WSTrustServiceContract.BeginTrust13Cancel Metod

Definition

Bearbetar ett asynkront anrop till meddelandet WS-Trust 1.3 feb Avbryt.

public:
 virtual IAsyncResult ^ BeginTrust13Cancel(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginTrust13Cancel(System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
abstract member BeginTrust13Cancel : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
override this.BeginTrust13Cancel : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13Cancel (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

Parametrar

request
Message

Meddelandet för inkommande begäran.

callback
AsyncCallback

Ett återanrop som ska anropas när den asynkrona åtgärden avslutas.

state
Object

Ett objekt som innehåller det asynkrona tillståndet.

Returer

Det IAsyncResult som ska skickas tillbaka till motsvarande slutmetod för att slutföra det asynkrona anropet.

Implementeringar

Gäller för