DsmlSoapHttpConnection.EndSendRequest(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Completes an asynchronous send request.
public:
System::DirectoryServices::Protocols::DsmlResponseDocument ^ EndSendRequest(IAsyncResult ^ asyncResult);
public System.DirectoryServices.Protocols.DsmlResponseDocument EndSendRequest (IAsyncResult asyncResult);
member this.EndSendRequest : IAsyncResult -> System.DirectoryServices.Protocols.DsmlResponseDocument
Public Function EndSendRequest (asyncResult As IAsyncResult) As DsmlResponseDocument
Parameters
- asyncResult
- IAsyncResult
An object derived from IAsyncResult that contains state data for this request.
Returns
The results of the request.
Exceptions
asyncResult
is null
.
asyncResult
was not returned by the current instance from a call to BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object).
The request did not complete. No stream is available.
The response returned by server is not valid.
Abort was previously called or an error occurred while processing the request.