TplExtensions.NoThrowValueTaskAwaiter 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.
Élément awaiter qui encapsule une tâche et ne génère jamais d'exception pendant qu'elle est attendue.
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct TplExtensions.NoThrowValueTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion
[<System.Runtime.CompilerServices.IsReadOnly>]
type TplExtensions.NoThrowValueTaskAwaiter = struct
interface ICriticalNotifyCompletion
interface INotifyCompletion
Public Structure TplExtensions.NoThrowValueTaskAwaiter
Implements ICriticalNotifyCompletion
- Héritage
-
TplExtensions.NoThrowValueTaskAwaiter
- Attributs
- Implémente
Constructeurs
TplExtensions.NoThrowValueTaskAwaiter(ValueTask, Boolean) |
Initialise une nouvelle instance du struct TplExtensions.NoThrowValueTaskAwaiter. |
Propriétés
IsCompleted |
Obtient une valeur indiquant si la tâche est terminée. |
Méthodes
GetResult() |
Ne fait rien. |
OnCompleted(Action) |
Planifie l'exécution d'un délégué à la fin de l'exécution d'une tâche. |
UnsafeOnCompleted(Action) |
Planifie l’exécution d’un délégué à la fin de l’exécution d’une tâche sans capturer executionContext. |