AsyncVoidMethodBuilder.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

参照渡しのステート マシン インスタンス。

例外

stateMachinenullです。

適用対象