IWSTrustFeb2005AsyncContract.BeginTrustFeb2005CancelResponse Methode

Definitie

Definieert de asynchrone RSTR/Cancel-methode voor het protocol WS-Trust februari 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

Parameters

request
Message

Een Message die het aanvraagbericht vertegenwoordigt, dat de RST bevat.

callback
AsyncCallback

De AsyncCallback gemachtigde die een melding ontvangt van de voltooiing van de asynchrone bewerking.

state
Object

Een object dat statusinformatie bevat die is gekoppeld aan de asynchrone bewerking.

Retouren

De IAsyncResult bewerking die verwijst naar de asynchrone bewerking.

Kenmerken

Van toepassing op