IWSTrust13AsyncContract.BeginTrust13CancelResponse 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 WS-Trust 1.3 通訊協定的非同步 RSTR/取消方法。
public:
IAsyncResult ^ BeginTrust13CancelResponse(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/Cancel", AsyncPattern=true, Name="Trust13CancelResponseAsync", ReplyAction="*")]
public IAsyncResult BeginTrust13CancelResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Cancel", AsyncPattern=true, Name="Trust13CancelResponseAsync", ReplyAction="*")>]
abstract member BeginTrust13CancelResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13CancelResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult
參數
- callback
- AsyncCallback
AsyncCallback 委派,這個委派會接收完成非同步作業的通知。
- state
- Object
包含與非同步作業相關聯之狀態資訊的物件。
傳回
IAsyncResult,這個項目會參考非同步作業。
- 屬性