Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'Usage
Dim instance As ClockVectorElement
Dim value As ULong
value = instance.TickCount
instance.TickCount = value
public ulong TickCount { get; set; }
public:
virtual property unsigned long long TickCount {
unsigned long long get () sealed;
void set (unsigned long long value) sealed;
}
abstract TickCount : uint64 with get, set
override TickCount : uint64 with get, set
final function get TickCount () : ulong
final 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 is contained in this clock vector element.