DispatcherPriorityAwaiter Structure

Définition

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
DispatcherPriorityAwaiter
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.

S’applique à