ClockVectorElement Class
Represents a clock vector element of a knowledge structure. This class cannot be inherited.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[XmlRootAttribute(Namespace="http://schemas.microsoft.com/2008/03/sync/", ElementName="clockVectorElement")] public sealed class ClockVectorElement : IClockVectorElement, IXmlSerializable
/** @attribute XmlRootAttribute(Namespace="http://schemas.microsoft.com/2008/03/sync/", ElementName="clockVectorElement") */ public final class ClockVectorElement implements IClockVectorElement, IXmlSerializable
The clock vector elements of a clock vector represent the changes that are contained in a knowledge structure. A change made by a particular replica is defined to be contained in the knowledge if the tick count for the change occurs between 0 and the tick count contained in the ClockVectorElement that tracks that replica.
The members of IXmlSerializable are implemented explicitly. Code that accesses them must first cast the ClockVectorElement object to the IXmlSerializable interface by using the casting operator or the as keyword.