Click or drag to resize

IV8FastAsyncEnumerator Interface

Represents a fast asynchronous enumerator.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public interface IV8FastAsyncEnumerator : IAsyncDisposable

The IV8FastAsyncEnumerator type exposes the following members.

Methods
 NameDescription
Public methodDisposeAsyncPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
(Inherited from IAsyncDisposable)
Public methodGetCurrent Gets the item at the current position in the collection.
Public methodMoveNextAsync Advances the enumerator asynchronously to the next position in the collection.
Top
See Also