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です。

適用対象