DsmlSoapHttpConnection.EndSendRequest(IAsyncResult) Method

Definition

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.

Applies to