IAsyncStateMachine.SetStateMachine(IAsyncStateMachine) Método

Definición

Configura la máquina de estado con una réplica de asignación del montón.

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)

Parámetros

stateMachine
IAsyncStateMachine

Réplica asignada por montón.

Se aplica a