IAsyncStateMachine Interface

Définition

Représente les machines d’état générées pour les méthodes asynchrones. Ce type est destiné uniquement au compilateur.

public interface class IAsyncStateMachine
public interface IAsyncStateMachine
type IAsyncStateMachine = interface
Public Interface IAsyncStateMachine

Méthodes

Nom Description
MoveNext()

Déplace l’ordinateur d’état vers son état suivant.

SetStateMachine(IAsyncStateMachine)

Configure l’ordinateur d’état avec un réplica alloué au tas.

S’applique à