Table of Contents

Method ResumeAsync

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

ResumeAsync(IReadBinding, CancellationToken)

Resumes the operation after a resume token.

Task<IAsyncCursor<RawBsonDocument>> ResumeAsync(IReadBinding binding, CancellationToken cancellationToken)

Parameters

binding IReadBinding

The binding.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<IAsyncCursor<RawBsonDocument>>

A Task whose result is a cursor.