DocumentPaginator.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 une opération GetPageAsync ou GetPageNumberAsync précédente.
public:
virtual void CancelAsync(System::Object ^ userState);
public virtual void CancelAsync (object userState);
abstract member CancelAsync : obj -> unit
override this.CancelAsync : obj -> unit
Public Overridable Sub CancelAsync (userState As Object)
Paramètres
- userState
- Object
userState
d'origine passé à GetPageAsync, GetPageNumberAsync ou ComputePageCountAsync et qui identifie la tâche asynchrone à annuler.
Remarques
Si userState
c’est le cas null
, toutes les tâches asynchrones sont annulées.