AsyncIteratorMethodBuilder.AwaitOnCompleted<TAwaiter,TStateMachine> Metodo

Definizione

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

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)

Parametri di tipo

TAwaiter

Tipo dell'elemento awaiter.

TStateMachine

Tipo della macchina di stati.

Parametri

awaiter
TAwaiter

L'elemento awaiter.

stateMachine
TStateMachine

Macchina a stati.

Si applica a