Interface IAsyncCursor<TDocument>
Represents an asynchronous cursor.
Type Parameters
TDocument
The type of the document.
- Inherited Members
- Extension Methods
Properties
- Current
Gets the current batch of documents.
Methods
- Move
Next(Cancellation Token) Moves to the next batch of documents.
- Move
Next Async(Cancellation Token) Moves to the next batch of documents.