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