AsyncIteratorMethodBuilder Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a builder for asynchronous iterators.
public value class AsyncIteratorMethodBuilder
public struct AsyncIteratorMethodBuilder
type AsyncIteratorMethodBuilder = struct
Public Structure AsyncIteratorMethodBuilder
- Inheritance
Methods
AwaitOnCompleted<TAwaiter,TStateMachine>(TAwaiter, TStateMachine) |
Schedules the state machine to proceed to the next action when the specified awaiter completes. |
AwaitUnsafeOnCompleted<TAwaiter,TStateMachine>(TAwaiter, TStateMachine) |
Schedules the state machine to proceed to the next action when the specified awaiter completes. |
Complete() |
Marks iteration as being completed, whether successfully or otherwise. |
Create() |
Creates an instance of the AsyncIteratorMethodBuilder struct. |
MoveNext<TStateMachine>(TStateMachine) |
Invokes MoveNext() on the state machine while guarding the ExecutionContext. |