WSTrustServiceContract.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.
Traite un appel asynchrone au message RSTR/Cancel WS-Trust 1.3.
public:
virtual IAsyncResult ^ BeginTrust13CancelResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginTrust13CancelResponse(System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
abstract member BeginTrust13CancelResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
override this.BeginTrust13CancelResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13CancelResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- request
- Message
Message de requête entrant.
- callback
- AsyncCallback
Rappel à appeler lorsque l’opération asynchrone se termine.
- state
- Object
Objet qui contient l’état asynchrone.
Retours
Qui IAsyncResult doit être repassé à la méthode de fin correspondante pour terminer l’appel asynchrone.