IClockVectorElement Interface

Represents a clock vector element of a knowledge structure.

Syntax

interface IClockVectorElement : IUnknown

Members

IClockVectorElement methods

Description

IClockVectorElement::GetReplicaKey

Gets the replica key for the replica that is associated with this clock vector element.

IClockVectorElement::GetTickCount

Gets the tick count that defines the upper bound on the range of tick counts that are contained in this clock vector element.

Remarks

The clock vector elements of a clock vector represent the changes that are contained in a knowledge structure. A change that is made by a particular replica is defined to be contained in the knowledge when the tick count for the change occurs between 0 and the tick count contained in the IClockVectorElement that tracks that replica.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components