AsyncIteratorMethodBuilder.MoveNext<TStateMachine> メソッド

定義

ExecutionContext の保護中に、ステート マシンで MoveNext() を呼び出します。

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

参照により渡されたステート マシン インスタンス。

適用対象