IAsyncStateMachine.SetStateMachine(IAsyncStateMachine) Metodo

Definizione

Configura la macchina a stati con una replica allocata sull'heap.

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)

Parametri

stateMachine
IAsyncStateMachine

La replica allocata sull'heap.

Si applica a