ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter Struktura

Definice

Poskytuje awaiter pro ConfiguredValueTaskAwaitable.

public: value class ConfiguredValueTaskAwaitable::ConfiguredValueTaskAwaiter : System::Runtime::CompilerServices::ICriticalNotifyCompletion
public readonly struct ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion
type ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter = struct
    interface ICriticalNotifyCompletion
    interface INotifyCompletion
Public Structure ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter
Implements ICriticalNotifyCompletion
Dědičnost
ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter
Implementuje

Vlastnosti

IsCompleted

Získá hodnotu, která označuje, zda ConfiguredValueTaskAwaitable byl dokončen.

Metody

GetResult()

Získá výsledek ValueTask.

OnCompleted(Action)

Naplánuje akci pokračování pro ConfiguredValueTaskAwaitable.

UnsafeOnCompleted(Action)

Naplánuje akci pokračování pro ConfiguredValueTaskAwaitable.

Platí pro