Compartilhar via


IAsyncStateMachine.SetStateMachine(IAsyncStateMachine) Método

Definição

Configura o computador de estado com uma réplica alocada por 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)

Parâmetros

stateMachine
IAsyncStateMachine

A réplica alocada por heap.

Aplica-se a