LdapConnection.EndSendRequest(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
EndSendRequest(IAsyncResult) 方法會完成非同步要求。
public:
System::DirectoryServices::Protocols::DirectoryResponse ^ EndSendRequest(IAsyncResult ^ asyncResult);
public System.DirectoryServices.Protocols.DirectoryResponse EndSendRequest (IAsyncResult asyncResult);
member this.EndSendRequest : IAsyncResult -> System.DirectoryServices.Protocols.DirectoryResponse
Public Function EndSendRequest (asyncResult As IAsyncResult) As DirectoryResponse
參數
- asyncResult
- IAsyncResult
IAsyncResult 物件,包含這個要求的狀態資料。
傳回
DirectoryResponse 物件,其中包含要求的結果。
例外狀況
物件已經處置過。 物件控制代碼無效。
asyncResult
是 null (在 Visual Basic 中為 Nothing
)。
asyncResult
不符合 BeginSendRequest 呼叫中傳回的 asyncResult
。
由 LDAP 傳回的錯誤碼,並不對應於 ResultCode 列舉型別錯誤碼。
伺服器傳回有 DirectoryResponse 錯誤的物件。