Share via


IWSTrustFeb2005AsyncContract.BeginTrustFeb2005CancelResponse Metoda

Definice

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

public:
 IAsyncResult ^ BeginTrustFeb2005CancelResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Cancel", AsyncPattern=true, Name="TrustFeb2005CancelResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Cancel")]
public IAsyncResult BeginTrustFeb2005CancelResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Cancel", AsyncPattern=true, Name="TrustFeb2005CancelResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Cancel")>]
abstract member BeginTrustFeb2005CancelResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrustFeb2005CancelResponse (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