AsyncIteratorMethodBuilder.MoveNext<TStateMachine> メソッド

定義

MoveNext()を保護しながら、ステート マシンでExecutionContextを呼び出します。

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

型パラメーター

TStateMachine

ステート マシンの種類。

パラメーター

stateMachine
TStateMachine

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

適用対象