AsyncValueTaskMethodBuilder.Start<TStateMachine>(TStateMachine) Метод

Определение

Начинает выполнение построителя со связанным конечным автоматом.

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)

Параметры типа

TStateMachine

Тип конечного автомата.

Параметры

stateMachine
TStateMachine

Экземпляр конечного автомата, переданный ссылкой.

Применяется к