Table of Contents

Class NoOperationClock

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

An object that represents no operation clock.

public sealed class NoOperationClock : IOperationClock
Inheritance
NoOperationClock
Implements
Inherited Members

Properties

OperationTime

Gets the operation time.

Methods

AdvanceOperationTime(BsonTimestamp)

Advances the operation time.

See Also