Partilhar via


IWSTrustFeb2005AsyncContract.BeginTrustFeb2005CancelResponse Método

Definição

Define o método RSTR/Cancel assíncrono para o protocolo WS-Trust Feb 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

Parâmetros

request
Message

Um Message que representa a mensagem de solicitação, que contém o RST.

callback
AsyncCallback

O delegado AsyncCallback que recebe a notificação da conclusão da operação assíncrona.

state
Object

Um objeto que contém informações de estado associadas à operação assíncrona.

Retornos

O IAsyncResult que faz referência à operação assíncrona.

Atributos

Aplica-se a