AsyncIteratorMethodBuilder.MoveNext<TStateMachine> Método

Definição

Invoca MoveNext() na máquina de estado enquanto protege o 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

O tipo da máquina de estado.

Parâmetros

stateMachine
TStateMachine

A instância de máquina de estado, passada por referência.

Aplica-se a