IClockVectorElement::TickCount Property

When overridden in a derived class, 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.

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

property unsigned long long TickCount {
	unsigned long long get ();
	void set (unsigned long long value);
}

Property Value

Type: System::UInt64
The tick count that defines the upper bound on the range of tick counts that are contained in this clock vector element.

This tick count value relates to the replica that is being tracked by this clock vector element. ReplicaKey identifies the replica that is being tracked.

Show: