System.Web.Services.Protocols.LogicalMethodInfo.EndInvoke Method

Ends an asynchronous invocation of the method represented by the current System.Web.Services.Protocols.LogicalMethodInfo.

Syntax

public object[] EndInvoke (object target, IAsyncResult asyncResult)

Parameters

target
The instance of the object on which to invoke the method.
asyncResult
The IAsyncResult returned from LogicalMethodInfo.BeginInvoke(object, Object[], AsyncCallback, object).

Returns

An array of objects containing the return value and any by-reference or out parameters of the derived class method.

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