AsyncIteratorMethodBuilder.MoveNext<TStateMachine> Método

Definición

Invoca MoveNext() en el equipo de estado mientras se restringe el elemento ExecutionContext.

public:
generic <typename TStateMachine>
 where TStateMachine : System::Runtime::CompilerServices::IAsyncStateMachine void MoveNext(TStateMachine % stateMachine);
public void MoveNext<TStateMachine> (ref TStateMachine stateMachine) where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine;
member this.MoveNext : 'StateMachine -> unit (requires 'StateMachine :> System.Runtime.CompilerServices.IAsyncStateMachine)
Public Sub MoveNext(Of TStateMachine As IAsyncStateMachine) (ByRef stateMachine As TStateMachine)

Parámetros de tipo

TStateMachine

Tipo de la máquina de estados.

Parámetros

stateMachine
TStateMachine

La instancia de la máquina de estados, pasada por referencia.

Se aplica a