AsyncValueTaskMethodBuilder Struct

Definizione

Rappresenta un generatore per i metodi asincroni che restituiscono un elemento ValueTask.

public value class AsyncValueTaskMethodBuilder
public struct AsyncValueTaskMethodBuilder
type AsyncValueTaskMethodBuilder = struct
Public Structure AsyncValueTaskMethodBuilder
Ereditarietà
AsyncValueTaskMethodBuilder

Proprietà

Task

Ottiene l'attività per questo generatore.

Metodi

AwaitOnCompleted<TAwaiter,TStateMachine>(TAwaiter, TStateMachine)

Programma la macchina a stati per passare all'azione successiva una volta completato l'elemento awaiter specificato.

AwaitUnsafeOnCompleted<TAwaiter,TStateMachine>(TAwaiter, TStateMachine)

Programma la macchina a stati per passare all'azione successiva una volta completato l'elemento awaiter specificato.

Create()

Crea un'istanza dello struct AsyncValueTaskMethodBuilder.

SetException(Exception)

Contrassegna l'attività come non riuscita e associa l'eccezione specificata all'attività.

SetResult()

Contrassegna l'attività come completata correttamente.

SetStateMachine(IAsyncStateMachine)

Associa il generatore alla macchina a stati specificata.

Start<TStateMachine>(TStateMachine)

Inizia l'esecuzione del generatore con la macchina a stati associata.

Si applica a