Share via


IWSTrustFeb2005AsyncContract.BeginTrustFeb2005CancelResponse Metodo

Definizione

Definisce il metodo RSTR/Cancel asincrono per il protocollo WS-Trust di febbraio 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

Parametri

request
Message

Message che rappresenta il messaggio di richiesta che contiene RST.

callback
AsyncCallback

Delegato AsyncCallback che riceve la notifica del completamento dell'operazione asincrona.

state
Object

Oggetto contenente le informazioni sullo stato associate all'operazione asincrona.

Restituisce

L'interfaccia IAsyncResult che fa riferimento all' operazione asincrona.

Attributi

Si applica a