FeedClockVectorElement Class
Represents a clock vector element that contains FeedSync information. This class cannot be inherited.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The FeedClockVectorElement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FeedClockVectorElement | Initializes a new instance of the FeedClockVectorElement class that contains the specified replica key, tick count, synchronization time, and option flags. |
| Name | Description | |
|---|---|---|
![]() | Flags | Gets or sets flags that specify additional information about the clock vector element. |
![]() | ReplicaKey | Gets or sets the replica key for the replica that is tracked by this clock vector element. |
![]() | SyncTime | Gets or sets the synchronization time value that corresponds to the when value for the item. |
![]() | 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 members of IXmlSerializable are implemented explicitly. Code that accesses them must first cast the FeedClockVectorElement object to the IXmlSerializable interface by using the casting operator or the as keyword.
Show:
