FeedClockVectorElement Class

Represents a clock vector element that contains FeedSync information. This class cannot be inherited.

System.Object
  Microsoft.Synchronization.FeedSync.FeedClockVectorElement

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
Public NotInheritable Class FeedClockVectorElement _
	Implements IClockVectorElement, IXmlSerializable
'Usage
Dim instance As FeedClockVectorElement

The FeedClockVectorElement type exposes the following members.

  NameDescription
Public methodFeedClockVectorElementInitializes a new instance of the FeedClockVectorElement class that contains the specified replica key, tick count, synchronization time, and option flags.
Top

  NameDescription
Public propertyFlagsGets or sets flags that specify additional information about the clock vector element.
Public propertyReplicaKeyGets or sets the replica key for the replica that is tracked by this clock vector element.
Public propertySyncTimeGets or sets the synchronization time value that corresponds to the when value for the item.
Public propertyTickCountGets or sets the tick count that defines the upper bound on the range of tick counts that are contained in this clock vector element.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToStringReturns a string that represents this object. (Overrides Object.ToString.)
Top

  NameDescription
Explicit interface implemetationPrivate methodIXmlSerializable.GetSchemaReturns a Nothing.
Explicit interface implemetationPrivate methodIXmlSerializable.ReadXmlReconstitutes the object from its XML representation.
Explicit interface implemetationPrivate methodIXmlSerializable.WriteXmlConverts this object into its XML representation.
Top

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: