Interface IAsyncCursorSource<TDocument>
Represents an operation that will return a cursor when executed.
Type Parameters
TDocument
The type of the document.
- Extension Methods
Methods
- To
Cursor(Cancellation Token) Executes the operation and returns a cursor to the results.
- To
Cursor Async(Cancellation Token) Executes the operation and returns a cursor to the results.