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.

Namespace:  Microsoft.Synchronization
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::UInt64
The 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: