Table of Contents

Method MoveNext

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

MoveNext(CancellationToken)

Moves to the next batch of documents.

bool MoveNext(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

The cancellation token.

Returns

bool

Whether any more documents are available.