Table of Contents

Interface IAsyncCursorSource<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Represents an operation that will return a cursor when executed.

public interface IAsyncCursorSource<TDocument>

Type Parameters

TDocument

The type of the document.

Extension Methods

Methods

ToCursor(CancellationToken)

Executes the operation and returns a cursor to the results.

ToCursorAsync(CancellationToken)

Executes the operation and returns a cursor to the results.