WSTrustServiceContract.EndTrustFeb2005CancelResponse(IAsyncResult) メソッド

定義

WS-Trust Feb 2005 RSTR/取り消しメッセージへの非同期呼び出しを実行します。

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

パラメーター

ar
IAsyncResult

非同期呼び出しを開始した Begin メソッドによって返される IAsyncResult オブジェクト。

戻り値

シリアル化された RSTR メッセージを含む Message オブジェクト。

実装

適用対象