DsmlSoapHttpConnection.EndSendRequest(IAsyncResult) メソッド

定義

非同期送信要求を完了します。

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

パラメーター

asyncResult
IAsyncResult

この要求の状態データを含む IAsyncResult から派生したオブジェクト。

返品

要求の結果。

例外

asyncResultnullです。

asyncResult は、BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object)の呼び出しから現在のインスタンスから返されませんでした。

要求が完了しませんでした。 ストリームは使用できません。

サーバーから返された応答が無効です。

以前に中止が呼び出されたか、要求の処理中にエラーが発生しました。

適用対象