LdapConnection.GetPartialResults(IAsyncResult) 方法

定义

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)。

asyncResultBeginSendRequest 调用中返回的 asyncResult 不匹配。

LDAP 返回的错误代码未映射到 ResultCode 枚举错误代码。

服务器返回了一个 DirectoryResponse 包含错误的 对象。

适用于