다음을 통해 공유


WSTrustServiceContract.EndDispatchRequest(IAsyncResult) 메서드

정의

DispatchRequest(DispatchContext)에 대한 비동기 호출을 완료합니다.

protected:
 virtual System::ServiceModel::Security::DispatchContext ^ EndDispatchRequest(IAsyncResult ^ ar);
protected virtual System.ServiceModel.Security.DispatchContext EndDispatchRequest (IAsyncResult ar);
abstract member EndDispatchRequest : IAsyncResult -> System.ServiceModel.Security.DispatchContext
override this.EndDispatchRequest : IAsyncResult -> System.ServiceModel.Security.DispatchContext
Protected Overridable Function EndDispatchRequest (ar As IAsyncResult) As DispatchContext

매개 변수

ar
IAsyncResult

IAsyncResult 에 대한 호출에 의해 반환된 BeginDispatchRequest(DispatchContext, AsyncCallback, Object) 입니다.

반환

DispatchContext

응답 메시지 및 동작을 결정하는 속성을 표시하는 DispatchContext 입니다.

적용 대상