Share via


TickCount Propiedad

Obtiene o establece el contador que define el límite superior del intervalo de contadores contenidos en este elemento de vector de reloj.

Espacio de nombres:  Microsoft.Synchronization.FeedSync
Ensamblado:  Microsoft.Synchronization (en Microsoft.Synchronization.dll)

Sintaxis

'Declaración
Public Property TickCount As ULong
    Get
    Set
'Uso
Dim instance As FeedClockVectorElement
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)

Valor de la propiedad

Tipo: System. . :: . .UInt64
El contador que define el límite superior del intervalo de contadores contenidos en este elemento de vector de reloj.

Implementa

IClockVectorElement. . :: . .TickCount

Vea también

Referencia

FeedClockVectorElement Clase

FeedClockVectorElement Miembros

Microsoft.Synchronization.FeedSync Espacio de nombres