IWSTrust13AsyncContract.BeginTrust13CancelResponse(Message, AsyncCallback, Object) Método
Definição
Define o método RSTR/Cancel assíncrono para o protocolo WS-Trust 1.3.Defines the asynchronous RSTR/Cancel method for the WS-Trust 1.3 protocol.
public:
IAsyncResult ^ BeginTrust13CancelResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Cancel", AsyncPattern=true, Name="Trust13CancelResponseAsync", ReplyAction="*")]
public IAsyncResult BeginTrust13CancelResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Cancel", AsyncPattern=true, Name="Trust13CancelResponseAsync", ReplyAction="*")>]
abstract member BeginTrust13CancelResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13CancelResponse (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.A Message that represents the request message, which contains the RST.
- callback
- AsyncCallback
O delegado AsyncCallback que recebe a notificação da conclusão da operação assíncrona.The AsyncCallback delegate that receives notification of the completion of the asynchronous operation.
- state
- Object
Um objeto que contém informações de estado associadas à operação assíncrona.An object that contains state information associated with the asynchronous operation.
Retornos
O IAsyncResult que faz referência à operação assíncrona.The IAsyncResult that references the asynchronous operation.
- Atributos