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 オブジェクト。

実装

適用対象