YieldAwaitable.YieldAwaiter 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 la commutation dans un environnement cible.
public: value class YieldAwaitable::YieldAwaiter : System::Runtime::CompilerServices::ICriticalNotifyCompletion
public struct YieldAwaitable.YieldAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion
public readonly struct YieldAwaitable.YieldAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion
type YieldAwaitable.YieldAwaiter = struct
interface ICriticalNotifyCompletion
interface INotifyCompletion
Public Structure YieldAwaitable.YieldAwaiter
Implements ICriticalNotifyCompletion
- Héritage
- Implémente
Remarques
Ce type et ses membres sont destinés à être utilisés par le compilateur.
Propriétés
IsCompleted |
Obtient une valeur qui indique si aucune cession n'est requise. |
Méthodes
GetResult() |
Met fin à l'opération d'attente. |
OnCompleted(Action) |
Définit la continuation à appeler. |
UnsafeOnCompleted(Action) |
Publie le paramètre |