System.Web.Services.Protocols.HttpSimpleClientProtocol.EndInvoke Method

Completes asynchronous invocation of an XML Web service method using HTTP.

Syntax

protected object EndInvoke (IAsyncResult asyncResult)

Parameters

asyncResult
The IAsyncResult returned from the HttpSimpleClientProtocol.BeginInvoke(string, string, Object[], AsyncCallback, object) method.

Returns

An array of objects containing the return value and any by reference or out parameters for the XML Web service 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