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

C#

VB

F#

Copy

public interface IOperationClock

Public Interface IOperationClock

type IOperationClock = interface end

The IOperationClock type exposes the following members.

Properties

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ------------------------ | | Public property | OperationTime | Gets the operation time. |

Top

Methods

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ---------------------------- | | Public method | AdvanceOperationTime | Advances the operation time. |

Top

See Also

Reference

MongoDB.Driver.Core.Operations Namespace