AsyncIteratorMethodBuilder.MoveNext<TStateMachine> Metodo

Definizione

MoveNext() Richiama sulla macchina a stati durante la protezione dell'oggetto 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)

Parametri di tipo

TStateMachine

Tipo della macchina a stati.

Parametri

stateMachine
TStateMachine

Istanza della macchina a stati, passata per riferimento.

Si applica a