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