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)

返品

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

適用対象