Share via


IWSTrust13AsyncContract.EndTrust13Validate(IAsyncResult) メソッド

定義

非同期の Validate メソッドを完了します。

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

パラメーター

ar
IAsyncResult

IAsyncResult メソッドへの呼び出しで返された BeginTrust13Validate(Message, AsyncCallback, Object)

戻り値

Message

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

適用対象