FeedClockVectorElement Constructor

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

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

public:
FeedClockVectorElement(
	unsigned int replicaKey, 
	unsigned long long tickCount, 
	Nullable<DateTime> syncTime, 
	FeedClockVectorElementOptions flags
)

Parameters

replicaKey
Type: System::UInt32
The replica key for the replica that is tracked by this clock vector element.
tickCount
Type: System::UInt64
The tick count that defines the upper bound on the range of tick counts contained in this clock vector element.
syncTime
Type: System::Nullable<DateTime>
The synchronization time value that corresponds to the when value for the item.
flags
Type: Microsoft.Synchronization.FeedSync::FeedClockVectorElementOptions
Flags that specify additional information about the element.
Show: