DsmlSoapHttpConnection.EndSendRequest(IAsyncResult) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
비동기 보내기 요청을 완료합니다.
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에서 파생된 개체입니다.
반환
요청의 결과입니다.
예외
asyncResult
은 null
입니다.
현재 인스턴스에서 BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object)을 호출한 결과 asyncResult
가 반환되지 않은 경우
요청이 완료되지 않은 경우. 스트림을 사용할 수 없습니다.
서버에서 반환된 응답이 잘못되었습니다.
이전에 중단이 호출되었거나 요청을 처리하는 동안 오류가 발생했습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET