ClockVectorElement::TickCount Property
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.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: virtual property unsigned long long TickCount { unsigned long long get () sealed; void set (unsigned long long value) sealed; }
Property Value
Type: System::UInt64The tick count that defines the upper bound on the range of tick counts that is contained in this clock vector element.
Implements
IClockVectorElement::TickCount
Show: