次の方法で共有


IWSTrustContract.EndCancel(IAsyncResult) メソッド

定義

WS-Trust Cancel バインディングの非同期終了メソッド。

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

パラメーター

asyncResult
IAsyncResult

保留状態の非同期送信要求への参照。

戻り値

RSTR を含む応答メッセージを表す Message

適用対象