共用方式為


IWSTrust13AsyncContract.BeginTrust13ValidateResponse 方法

定義

定義 WS-Trust 1.3 通訊協定的非同步 RSTR/驗證方法。

public:
 IAsyncResult ^ BeginTrust13ValidateResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Validate", AsyncPattern=true, Name="Trust13ValidateResponseAsync", ReplyAction="*")]
public IAsyncResult BeginTrust13ValidateResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Validate", AsyncPattern=true, Name="Trust13ValidateResponseAsync", ReplyAction="*")>]
abstract member BeginTrust13ValidateResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13ValidateResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

參數

request
Message

Message,表示包含 RST 的要求訊息。

callback
AsyncCallback

AsyncCallback 委派,這個委派會接收完成非同步作業的通知。

state
Object

包含與非同步作業相關聯之狀態資訊的物件。

傳回

IAsyncResult,這個項目會參考非同步作業。

屬性

適用於