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.
public BsonTimestamp OperationTime { get; }
Property Value
- BsonTimestamp
The operation time.
- See Also
Methods
AdvanceOperationTime(BsonTimestamp)
Advances the operation time.
public void AdvanceOperationTime(BsonTimestamp newOperationTime)
Parameters
newOperationTime
BsonTimestampThe new operation time.
- See Also