AsyncValueTaskMethodBuilder<TResult>.AwaitOnCompleted<TAwaiter,TStateMachine> Método

Definição

Programa para que a máquina de estado prossiga para a próxima ação quando o awaiter especificado for concluído.

public:
generic <typename TAwaiter, typename TStateMachine>
 where TAwaiter : System::Runtime::CompilerServices::INotifyCompletion where TStateMachine : System::Runtime::CompilerServices::IAsyncStateMachine void AwaitOnCompleted(TAwaiter % awaiter, TStateMachine % stateMachine);
public void AwaitOnCompleted<TAwaiter,TStateMachine> (ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.INotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine;
member this.AwaitOnCompleted : 'Awaiter * 'StateMachine -> unit (requires 'Awaiter :> System.Runtime.CompilerServices.INotifyCompletion and 'StateMachine :> System.Runtime.CompilerServices.IAsyncStateMachine)
Public Sub AwaitOnCompleted(Of TAwaiter As INotifyCompletion, TStateMachine As INotifyCompletion) (ByRef awaiter As TAwaiter, ByRef stateMachine As TStateMachine)

Parâmetros de tipo

TAwaiter

O tipo do awaiter.

TStateMachine

O tipo do computador de estado.

Parâmetros

awaiter
TAwaiter

O awaiter.

stateMachine
TStateMachine

A máquina de estado.

Aplica-se a