IAsyncStateMachine Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |