IWSTrust13AsyncContract.BeginTrust13Cancel Methode

Definition

Definiert die asynchrone Cancel-Methode für das WS-Trust 1.3-Protokoll.

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

Parameter

request
Message

A Message that represents the request message, which contains the RST.

callback
AsyncCallback

Der Delegat AsyncCallback , der die Benachrichtigung über den Abschluss des asynchronen Vorgangs empfängt.

state
Object

Ein Objekt, das Statusinformationen enthält, die dem asynchronen Vorgang zugeordnet sind.

Gibt zurück

Der IAsyncResult Verweis auf den asynchronen Vorgang.

Attribute

Gilt für: