AsyncIteratorMethodBuilder.MoveNext<TStateMachine> Méthode

Définition

MoveNext() Appelle sur la machine d’état lors de la protection du 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)

Paramètres de type

TStateMachine

Type de l’ordinateur d’état.

Paramètres

stateMachine
TStateMachine

Instance de l’ordinateur d’état, passée par référence.

S’applique à