DispatcherPriorityAwaiter Structure
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.
Représente un objet qui attend la fin d'une tâche asynchrone.
public value class DispatcherPriorityAwaiter : System::Runtime::CompilerServices::INotifyCompletion
public struct DispatcherPriorityAwaiter : System.Runtime.CompilerServices.INotifyCompletion
type DispatcherPriorityAwaiter = struct
interface INotifyCompletion
Public Structure DispatcherPriorityAwaiter
Implements INotifyCompletion
- Héritage
- Implémente
Propriétés
IsCompleted |
Obtient une valeur qui indique si la tâche asynchrone est terminée. |
Méthodes
GetResult() |
Met fin à l’attente de la fin de la tâche asynchrone. |
OnCompleted(Action) |
Définit l’action à effectuer quand l’objet DispatcherPriorityAwaiter cesse d’attendre que la tâche asynchrone se termine. |