Partager via


TplExtensions.NoThrowValueTaskAwaiter Structure

Définition

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

S’applique à