Method MoveNext
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
MoveNext(CancellationToken)
Moves to the next batch of documents.
public bool MoveNext(CancellationToken cancellationToken)Parameters
cancellationToken CancellationToken
The cancellation token.
Returns
Whether any more documents are available.