IAsyncStateMachine.SetStateMachine(IAsyncStateMachine) Metodo

Definizione

Configura la macchina a stati con una replica allocata dall'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

Replica allocata dall'heap.

Si applica a