PoolingAsyncValueTaskMethodBuilder.Start<TStateMachine> Método

Definição

Começa a executar o construtor com a máquina de estados associada.

public:
generic <typename TStateMachine>
 where TStateMachine : System::Runtime::CompilerServices::IAsyncStateMachine void Start(TStateMachine % stateMachine);
public void Start<TStateMachine>(ref TStateMachine stateMachine) where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine;
member this.Start : 'StateMachine -> unit (requires 'StateMachine :> System.Runtime.CompilerServices.IAsyncStateMachine)
Public Sub Start(Of TStateMachine As IAsyncStateMachine) (ByRef stateMachine As TStateMachine)

Parâmetros de Tipo Genérico

TStateMachine

O tipo da máquina de Estados.

Parâmetros

stateMachine
TStateMachine

A instância da máquina de estados, passada por referência.

Aplica-se a