Method MoveNext
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
MoveNext(CancellationToken)
Moves to the next batch of documents.
public bool MoveNext(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationTokenThe cancellation token.
Returns
- bool
Whether any more documents are available.