LdapConnection.EndSendRequest(IAsyncResult) 메서드

정의

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입니다(Nothing Visual Basic의 경우).

asyncResult 는 호출에서 반환된 asyncResult 항목과 BeginSendRequest 일치하지 않습니다.

LDAP에서 반환된 오류 코드는 열거형 오류 코드에 ResultCode 매핑되지 않습니다.

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

적용 대상