Delen via


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)

Syntax

'Declaration
Property TickCount As ULong
'Usage
Dim instance As IClockVectorElement
Dim value As ULong

value = instance.TickCount

instance.TickCount = value
ulong TickCount { get; set; }
property usigned long long TickCount {
    usigned long long get ();
    void set (usigned long long value);
}
/** @property */
UInt64 get_TickCount ()

/** @property */
void set_TickCount (UInt64 value)
function get TickCount () : ulong

function set TickCount (value : ulong)

Property Value

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.

See Also

Reference

IClockVectorElement Interface
IClockVectorElement Members
Microsoft.Synchronization Namespace