Share via


IWSTrust13AsyncContract.EndTrust13ValidateResponse(IAsyncResult) メソッド

定義

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

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

パラメーター

ar
IAsyncResult

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

戻り値

Message

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

適用対象