HttpWebClientProtocol.CancelAsync(Object) 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.
Annule un appel asynchrone à une méthode de service Web XML, sauf si l'appel est déjà terminé.
protected:
void CancelAsync(System::Object ^ userState);
protected void CancelAsync (object userState);
member this.CancelAsync : obj -> unit
Protected Sub CancelAsync (userState As Object)
Paramètres
- userState
- Object
Objet fourni dans le dernier paramètre à l'appel asynchrone de la méthode Begin
.