Ends an asynchronous invocation of a method of a HTTP 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. |
HttpClientProtocol Class | HttpClientProtocol Members | System.Web.Services.Protocols Namespace