次の方法で共有


IWSTrustContract.EndValidate(IAsyncResult) メソッド

定義

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

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

パラメーター

asyncResult
IAsyncResult

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

戻り値

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

適用対象