次の方法で共有


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 です。

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

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

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

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

適用対象