PoolingAsyncValueTaskMethodBuilder.SetStateMachine(IAsyncStateMachine) Método

Definição

Associa o construtor com a máquina de estado especificada.

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

Parâmetros

stateMachine
IAsyncStateMachine

A instância de máquina de estado a ser associada com o construtor.

Aplica-se a