WSTrustServiceContract.EndTrustFeb2005Issue(IAsyncResult) メソッド

定義

Trust 2005 Cancel メッセージへの非同期呼び出しを完了します。

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

パラメーター

ar
IAsyncResult

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

返品

シリアル化された RSTR メッセージを格納している Message オブジェクト。

実装

適用対象