IOperationClock Interface (original) (raw)
An operation clock.
Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public interface IOperationClock
Public Interface IOperationClock
type IOperationClock = interface end
The IOperationClock type exposes the following members.
Properties
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ------------------------ |
| | OperationTime | Gets the operation time. |
Methods
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| | AdvanceOperationTime | Advances the operation time. |
See Also