This documentation is archived and is not being maintained.

HttpSimpleClientProtocol.EndInvoke Method

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

[Visual Basic]
Protected Function EndInvoke( _
   ByVal asyncResult As IAsyncResult _
) As Object
[C#]
protected object EndInvoke(
 IAsyncResult asyncResult
);
[C++]
protected: Object* EndInvoke(
 IAsyncResult* asyncResult
);
[JScript]
protected function EndInvoke(
   asyncResult : IAsyncResult
) : Object;

Parameters

asyncResult
The IAsyncResult returned from BeginInvoke.

Return Value

An array of objects containing the return value and any by reference or out parameters for the XML Web service method.

Exceptions

Exception Type Condition
ArgumentException asyncResult is not the return value from BeginInvoke.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

HttpSimpleClientProtocol Class | HttpSimpleClientProtocol Members | System.Web.Services.Protocols Namespace

Show: