Share via


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)

Syntax

'Declaration
Public Property TickCount As ULong
'Usage
Dim instance As ClockVectorElement
Dim value As ULong

value = instance.TickCount

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

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

public final function set TickCount (value : ulong)

Property Value

The tick count that defines the upper bound on the range of tick counts that is contained in this clock vector element.

See Also

Reference

ClockVectorElement Class
ClockVectorElement Members
Microsoft.Synchronization Namespace