Aracılığıyla paylaş


IWSTrust13AsyncContract.BeginTrust13Cancel Yöntem

Tanım

WS-Trust 1.3 protokolü için zaman uyumsuz Cancel yöntemini tanımlar.

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

Parametreler

request
Message

Message RST'yi içeren istek iletisini temsil eden bir.

callback
AsyncCallback

Zaman AsyncCallback uyumsuz işlemin tamamlandığını belirten bildirim alan temsilci.

state
Object

Zaman uyumsuz işlemle ilişkili durum bilgilerini içeren bir nesne.

Döndürülenler

IAsyncResult Zaman uyumsuz işleme başvuran.

Öznitelikler

Şunlara uygulanır