Ends an asynchronous invocation of a method of a remote SOAP web service.
[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[];
An array of objects containing the return value and any by-reference or out parameters of the derived class method.
Exception Type | Condition |
---|---|
ArgumentException | asyncResult is not the return value from BeginInvoke. |
SoapException | The request reached the server machine, but was not processed successfully. |
SoapClientProtocol Class | SoapClientProtocol Members | System.Web.Services.Protocols Namespace