WSTrustServiceContract.BeginTrustFeb2005Cancel Metod

Definition

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

public:
 virtual IAsyncResult ^ BeginTrustFeb2005Cancel(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginTrustFeb2005Cancel(System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
abstract member BeginTrustFeb2005Cancel : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
override this.BeginTrustFeb2005Cancel : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrustFeb2005Cancel (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