Lenguaje

ConfiguredValueTaskAwaitable<TResult>.ConfiguredValueTaskAwaiter Estructura

Definición

Proporciona un awaiter para .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

Parámetros de tipo

TResult

Tipo del resultado generado por la tarea.

Herencia
ConfiguredValueTaskAwaitable<TResult>.ConfiguredValueTaskAwaiter
Implementaciones

Propiedades

Nombre Description
IsCompleted

Obtiene un valor que indica si se ConfiguredValueTaskAwaitable<TResult> ha completado.

Métodos

Nombre Description
GetResult()

Obtiene el resultado de ValueTask<TResult>.

OnCompleted(Action)

Programa la acción de continuación para .ConfiguredValueTaskAwaitable<TResult>

UnsafeOnCompleted(Action)

Programa la acción de continuación para .ConfiguredValueTaskAwaitable<TResult>

Se aplica a