Method Resume
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Resume(IReadBinding, CancellationToken)
Resumes the operation after a resume token.
IAsyncCursor<RawBsonDocument> Resume(IReadBinding binding, CancellationToken cancellationToken)Parameters
- bindingIReadBinding
- The binding. 
- cancellationTokenCancellationToken
- The cancellation token. 
Returns
- IAsyncCursor<RawBsonDocument>
- A cursor.