Click or drag to resize
IAsyncEnumeratorT Methods

The IAsyncEnumeratorT generic type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodMoveNext
Advances the enumerator to the next element in the sequence, returning the result asynchronously.
Top
Extension Methods
  NameDescription
Public Extension MethodMoveNextT
Advances the enumerator to the next element in the sequence, returning the result asynchronously.
(Defined by AsyncEnumerator.)
Top
See Also