Share via


WSTrustServiceContract.EndTrust13CancelResponse(IAsyncResult) 메서드

정의

WS-Trust 1.3 RSTR/취소 메시지에 대한 비동기 호출을 완료합니다.

public:
 virtual System::ServiceModel::Channels::Message ^ EndTrust13CancelResponse(IAsyncResult ^ ar);
public System.ServiceModel.Channels.Message EndTrust13CancelResponse (IAsyncResult ar);
abstract member EndTrust13CancelResponse : IAsyncResult -> System.ServiceModel.Channels.Message
override this.EndTrust13CancelResponse : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndTrust13CancelResponse (ar As IAsyncResult) As Message

매개 변수

ar
IAsyncResult

비동기 호출을 시작한 Begin 메서드에 의해 반환된 IAsyncResult 개체입니다.

반환

직렬화된 RSTR 메시지를 포함하는 Message 개체입니다.

구현

적용 대상