IAsyncStateMachine.SetStateMachine(IAsyncStateMachine) Méthode

Définition

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

public:
 void SetStateMachine(System::Runtime::CompilerServices::IAsyncStateMachine ^ stateMachine);
public void SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine stateMachine);
abstract member SetStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine -> unit
Public Sub SetStateMachine (stateMachine As IAsyncStateMachine)

Paramètres

stateMachine
IAsyncStateMachine

Réplica alloué au tas.

S’applique à