IWSTrust13AsyncContract.BeginTrust13CancelResponse Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la méthode d'annulation (Cancel)/RSTR asynchrone pour le protocole WS-Trust 1.3.
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
Paramètres
- callback
- AsyncCallback
Le délégué AsyncCallback qui reçoit la notification de la fin de l'opération asynchrone.
- state
- Object
Objet qui contient les informations d'état associées à l'opération asynchrone.
Retours
IAsyncResult qui référence l'opération asynchrone.
- Attributs