System.Web.Services.Protocols.HttpSimpleClientProtocol.InvokeAsync Method

Invokes the specified method asynchronously while maintaining an associated state.

Syntax

protected void InvokeAsync (string methodName, string requestUrl, object[] parameters, System.Threading.SendOrPostCallback callback, object userState)

Parameters

methodName
The name of the method to invoke.
requestUrl
The request URL of the invoked web service.
parameters
The parameters to pass to the method.
callback
The delegate called when the method invocation has completed.
userState
An object containing associated state information that is passed to the callback delegate when the method has completed.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0