Class DeferredAsyncCursor
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents a cursor for an operation that is not actually executed until MoveNextAsync is called for the first time.
public sealed class DeferredAsyncCursor<TDocument> : IAsyncCursor<TDocument>, IDisposable
Type Parameters
TDocument
The type of the document.
Inheritance
DeferredAsyncCursor
Implements
Inherited Members
Extension Methods
Constructors
Initializes a new instance of the DeferredAsyncCursor class.
Properties
Gets the current batch of documents.
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Moves to the next batch of documents.
MoveNextAsync(CancellationToken)
Moves to the next batch of documents.