Interface IAsyncCursor<TDocument>
Represents an asynchronous cursor.
public interface IAsyncCursor<out TDocument> : IDisposable
Type Parameters
TDocument
The type of the document.
- Inherited Members
- Extension Methods
Properties
- Current
Gets the current batch of documents.
Methods
- MoveNext(CancellationToken)
Moves to the next batch of documents.
- MoveNextAsync(CancellationToken)
Moves to the next batch of documents.