共用方式為


IWSTrustFeb2005AsyncContract.BeginTrustFeb2005ValidateResponse 方法

定義

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

public:
 IAsyncResult ^ BeginTrustFeb2005ValidateResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Validate", AsyncPattern=true, Name="TrustFeb2005ValidateResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Validate")]
public IAsyncResult BeginTrustFeb2005ValidateResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Validate", AsyncPattern=true, Name="TrustFeb2005ValidateResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Validate")>]
abstract member BeginTrustFeb2005ValidateResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrustFeb2005ValidateResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

參數

request
Message

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

callback
AsyncCallback

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

state
Object

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

傳回

IAsyncResult

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

屬性

適用於