次の方法で共有


IWSTrustFeb2005AsyncContract.BeginTrustFeb2005Cancel メソッド

定義

WS-Trust Feb 2005 プロトコルの非同期 Cancel メソッドを定義します。

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

パラメーター

request
Message

RST を含む要求メッセージを表す Message

callback
AsyncCallback

非同期操作の完了通知を受信する AsyncCallback デリゲート。

state
Object

非同期操作に関連付けられたステータス情報を格納するオブジェクト。

戻り値

非同期操作を参照する IAsyncResult

属性

適用対象