Share via


WSTrustServiceContract.EndTrust13RenewResponse(IAsyncResult) 메서드

정의

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

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

매개 변수

ar
IAsyncResult

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

반환

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

구현

적용 대상