Table of Contents

Method MoveNext

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

MoveNext(CancellationToken)

Moves to the next batch of documents.

public bool MoveNext(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

The cancellation token.

Returns

bool

Whether any more documents are available.