System.Web.Services.Protocols.LogicalMethodInfo.BeginInvoke Method

Begins an asynchronous invocation of the method represented by this System.Web.Services.Protocols.LogicalMethodInfo.

Syntax

public IAsyncResult BeginInvoke (object target, object[] values, AsyncCallback callback, object asyncState)

Parameters

target
The instance of the object on which to invoke the method on.
values
An argument list for the invoked method. This is an array of objects with the same number, order, and type as the parameters of the method. If the method does not require any parameters, values should be null.
callback
The delegate to call when the asynchronous invoke is complete. If callback is null, the delegate is not called.
asyncState
State information that is passed on to the delegate.

Returns

An IAsyncResult which is passed to LogicalMethodInfo.EndInvoke(object, IAsyncResult) to obtain the return values from the remote method call.

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: 1.0.5000.0, 2.0.0.0