ConfiguredTaskAwaitable.ConfiguredTaskAwaiter 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.
Fournit un élément awaiter pour un objet pouvant être attendu (ConfiguredTaskAwaitable).
public: value class ConfiguredTaskAwaitable::ConfiguredTaskAwaiter : System::Runtime::CompilerServices::ICriticalNotifyCompletion
public struct ConfiguredTaskAwaitable.ConfiguredTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion
public readonly struct ConfiguredTaskAwaitable.ConfiguredTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion
type ConfiguredTaskAwaitable.ConfiguredTaskAwaiter = struct
interface ICriticalNotifyCompletion
interface INotifyCompletion
Public Structure ConfiguredTaskAwaitable.ConfiguredTaskAwaiter
Implements ICriticalNotifyCompletion
- Héritage
- Implémente
Remarques
Ce type est destiné à une utilisation du compilateur ; ne l’utilisez pas directement dans votre code.
Propriétés
IsCompleted |
Obtient une valeur qui spécifie si la tâche attendue est terminée. |
Méthodes
GetResult() |
Met fin à l’attente sur la tâche terminée. |
OnCompleted(Action) |
Planifie l’action de continuation pour la tâche associée à cet élément awaiter. |
UnsafeOnCompleted(Action) |
Planifie l’action de continuation pour la tâche associée à cet élément awaiter. |