IClockVectorElement interface (winsync.h)

Represents a clock vector element of a knowledge structure.

Inheritance

The IClockVectorElement interface inherits from the IUnknown interface. IClockVectorElement also has these types of members:

Methods

The IClockVectorElement interface has these methods.

 
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 zero and the tick count contained in the IClockVectorElement that tracks that replica.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winsync.h

See also

Windows Sync Interfaces