Click or drag to resize

IAsyncCursorSource<TDocument>.ToCursor Method

Executes the operation and returns a cursor to the results.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
IAsyncCursor<TDocument> ToCursor(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.

Return Value

Type: IAsyncCursor<TDocument>
A cursor.
See Also