다음을 통해 공유


IWSTrust13AsyncContract.EndTrust13CancelResponse(IAsyncResult) 메서드

정의

비동기 RSTR/취소 메서드를 완료합니다.

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

매개 변수

ar
IAsyncResult

IAsyncResult 메서드를 호출할 때 반환되는 BeginTrust13CancelResponse(Message, AsyncCallback, Object)입니다.

반환

RSTR을 포함하는 응답 메시지를 나타내는 Message입니다.

적용 대상