IEventLoop.PollAsync(CancellationToken) 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.
Interrogez la cible pour tout travail à effectuer.
public System.Threading.Tasks.Task PollAsync (System.Threading.CancellationToken token);
abstract member PollAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PollAsync (token As CancellationToken) As Task
Paramètres
- token
- CancellationToken
Jeton d'annulation.
Retours
Tâche représentant l’opération d’interrogation.