共用方式為


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

要求沒有完成。 沒有可用的資料流。

伺服器傳回的回應無效。

先前呼叫中止,或處理要求時發生錯誤。

適用於