MoveNext - waf/Rx.NET GitHub Wiki

IAsyncEnumerator<T>.MoveNext Method

Advances the enumerator to the next element in the sequence, returning the result asynchronously.

Namespace: System.Collections.Generic
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)

Syntax

Task<bool> MoveNext(
	CancellationToken cancellationToken
)

Parameters

cancellationToken

Type: System.Threading.CancellationToken
Cancellation token that can be used to cancel the operation.

Return Value

Type: Task<Boolean>
Task containing the result of the operation: true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the sequence.

See Also

Reference

IAsyncEnumerator<T> Interface
System.Collections.Generic Namespace

⚠️ **GitHub.com Fallback** ⚠️