Share via


IWSTrustFeb2005AsyncContract.BeginTrustFeb2005Cancel Metoda

Definice

Definuje asynchronní Cancel metodu pro protokol WS-Trust únor 2005.

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

Parametry

request
Message

A Message , který představuje zprávu požadavku, která obsahuje RST.

callback
AsyncCallback

Delegát AsyncCallback , který obdrží oznámení o dokončení asynchronní operace.

state
Object

Objekt, který obsahuje informace o stavu přidružené k asynchronní operaci.

Návraty

Objekt , IAsyncResult který odkazuje na asynchronní operaci.

Atributy

Platí pro