ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.