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)

返品

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

適用対象