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 개체를 반환했습니다.