DispatcherPriorityAwaitable Structure

Définition

Représente un objet awaitable qui retourne de façon asynchrone le contrôle au répartiteur actuel et lui permet de traiter d’autres événements.

public value class DispatcherPriorityAwaitable
public struct DispatcherPriorityAwaitable
type DispatcherPriorityAwaitable = struct
Public Structure DispatcherPriorityAwaitable
Héritage
DispatcherPriorityAwaitable

Remarques

La méthode Dispatcher.Yield retourne un DispatcherPriorityAwaitable.

Méthodes

GetAwaiter()

Retourne un objet qui attend la fin d'une tâche asynchrone.

S’applique à