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 包含错误的 对象。