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

일부 결과를 포함하는 PartialResultsCollection 개체입니다.

예외

개체가 이미 삭제된 경우. 개체 핸들이 잘못되었습니다.

asyncResult가 null(Visual Basic의 경우 Nothing)인 경우

asyncResultBeginSendRequest 호출에서 반환된 asyncResult와 일치하지 않는 경우

LDAP에서 반환된 오류 코드가 ResultCode 열거형 오류 코드에 매핑되지 않는 경우

서버에서 오류가 있는 DirectoryResponse 개체를 반환했습니다.

적용 대상