Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Property TickCount As ULong
Get
Set
'Usage
Dim instance As IClockVectorElement
Dim value As ULong
value = instance.TickCount
instance.TickCount = value
ulong TickCount { get; set; }
property unsigned long long TickCount {
unsigned long long get ();
void set (unsigned long long value);
}
abstract TickCount : uint64 with get, set
function get TickCount () : ulong
function set TickCount (value : ulong)
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.
Remarks
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.