ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter Struct

Definition

Provides an awaiter for a 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
Inheritance
ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter
Implements

Properties

IsCompleted

Gets a value that indicates whether the ConfiguredValueTaskAwaitable has completed.

Methods

GetResult()

Gets the result of the ValueTask.

OnCompleted(Action)

Schedules the continuation action for the ConfiguredValueTaskAwaitable.

UnsafeOnCompleted(Action)

Schedules the continuation action for the ConfiguredValueTaskAwaitable.

Applies to