Freigeben über


ClockVectorElement-Konstruktor

Initialisiert eine neue Instanz der ClockVectorElement-Klasse, die den angegebenen Replikatschlüssel und die angegebene Taktanzahl enthält.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Sub New ( _
    replicaKey As UInteger, _
    tickCount As ULong _
)
'Usage
Dim replicaKey As UInteger
Dim tickCount As ULong

Dim instance As New ClockVectorElement(replicaKey, tickCount)
public ClockVectorElement (
    uint replicaKey,
    ulong tickCount
)
public:
ClockVectorElement (
    unsigned int replicaKey, 
    usigned long long tickCount
)
public ClockVectorElement (
    UInt32 replicaKey, 
    UInt64 tickCount
)
public function ClockVectorElement (
    replicaKey : uint, 
    tickCount : ulong
)

Parameter

  • replicaKey
    Der Replikatschlüssel für das Replikat, das diesem Taktvektorelement zugeordnet ist.
  • tickCount
    Die Taktanzahl, die die Obergrenze für den Bereich der in diesem Taktvektorelement enthaltenen Taktanzahlen angibt.

Siehe auch

Verweis

ClockVectorElement-Klasse
ClockVectorElement-Member
Microsoft.Synchronization-Namespace