다음을 통해 공유


DsmlSoapHttpConnection.EndSendRequest(IAsyncResult) 메서드

정의

비동기 보내기 요청을 완료합니다.

public:
 System::DirectoryServices::Protocols::DsmlResponseDocument ^ EndSendRequest(IAsyncResult ^ asyncResult);
public System.DirectoryServices.Protocols.DsmlResponseDocument EndSendRequest (IAsyncResult asyncResult);
member this.EndSendRequest : IAsyncResult -> System.DirectoryServices.Protocols.DsmlResponseDocument
Public Function EndSendRequest (asyncResult As IAsyncResult) As DsmlResponseDocument

매개 변수

asyncResult
IAsyncResult

이 요청에 대한 상태 데이터를 포함하는 IAsyncResult에서 파생된 개체입니다.

반환

요청의 결과입니다.

예외

asyncResultnull입니다.

현재 인스턴스에서 BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object)을 호출한 결과 asyncResult가 반환되지 않은 경우

요청이 완료되지 않은 경우. 스트림을 사용할 수 없습니다.

서버에서 반환된 응답이 잘못되었습니다.

이전에 중단이 호출되었거나 요청을 처리하는 동안 오류가 발생했습니다.

적용 대상