ConfiguredValueTaskAwaitable<TResult>.ConfiguredValueTaskAwaiter Struktura

Definice

Poskytuje awaiter pro ConfiguredValueTaskAwaitable<TResult>.

public: value class ConfiguredValueTaskAwaitable<TResult>::ConfiguredValueTaskAwaiter : System::Runtime::CompilerServices::ICriticalNotifyCompletion
public readonly struct ConfiguredValueTaskAwaitable<TResult>.ConfiguredValueTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion
public struct ConfiguredValueTaskAwaitable<TResult>.ConfiguredValueTaskAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion
type ConfiguredValueTaskAwaitable<'Result>.ConfiguredValueTaskAwaiter = struct
    interface ICriticalNotifyCompletion
    interface INotifyCompletion
Public Structure ConfiguredValueTaskAwaitable(Of TResult).ConfiguredValueTaskAwaiter
Implements ICriticalNotifyCompletion

Parametry typu

TResult

Typ výsledku vytvořeného úlohou.

Dědičnost
ConfiguredValueTaskAwaitable<TResult>.ConfiguredValueTaskAwaiter
Implementuje

Vlastnosti

IsCompleted

Získá hodnotu, která označuje, zda ConfiguredValueTaskAwaitable<TResult> byla dokončena.

Metody

GetResult()

Získá výsledek ValueTask<TResult>.

OnCompleted(Action)

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

UnsafeOnCompleted(Action)

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

Platí pro