ClockVectorElement Class
Represents a clock vector element of a knowledge structure. This class cannot be inherited.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The ClockVectorElement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ClockVectorElement | Initializes a new instance of the ClockVectorElement class that contains a specified replica key and tick count. |
| Name | Description | |
|---|---|---|
![]() | ReplicaKey | Gets or sets the replica key for the replica that is associated with this clock vector element. |
![]() | TickCount | Gets or sets the tick count that defines the upper bound on the range of tick counts that are contained in this clock vector element. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string that represents this object. (Overrides Object.ToString.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlSerializable.GetSchema | Returns a Nothing. |
![]() ![]() | IXmlSerializable.ReadXml | Reconstitutes the object from its XML representation. |
![]() ![]() | IXmlSerializable.WriteXml | Converts this object into its XML representation. |
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.
Show:
