AsyncIteratorMethodBuilder Struct

Definition

Represents a builder for asynchronous iterators.

public value class AsyncIteratorMethodBuilder
public struct AsyncIteratorMethodBuilder
type AsyncIteratorMethodBuilder = struct
Public Structure AsyncIteratorMethodBuilder
Inheritance
AsyncIteratorMethodBuilder

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.

Applies to