This topic has not yet been rated - Rate this topic

IClockVectorElement Interface

When overridden, represents an element of a clock vector that is contained in a knowledge structure.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
public interface IClockVectorElement : IXmlSerializable
public interface IClockVectorElement extends IXmlSerializable
public interface IClockVectorElement extends IXmlSerializable

A clock vector uses a list of IClockVectorElement objects to define the changes that are contained in a knowledge structure. An IClockVectorElement object exists for each replica that has made a change to the replica associated with the knowledge. A change made by a particular replica is defined as contained in the knowledge if the tick count for the change occurs between 0 and the tick count contained in the IClockVectorElement object that tracks that replica.

Did you find this helpful?
(1500 characters remaining)