Method MoveNextAsync
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
MoveNextAsync(CancellationToken)
Moves to the next batch of documents.
public Task<bool> MoveNextAsync(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationTokenThe cancellation token.