Share via


ClockVectorElement Constructor

Initializes a new instance of the ClockVectorElement class that contains a specified replica key and tick count.

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, 
    unsigned long long tickCount
)
new : 
        replicaKey:uint32 * 
        tickCount:uint64 -> ClockVectorElement
public function ClockVectorElement(
    replicaKey : uint, 
    tickCount : ulong
)

Parameters

  • replicaKey
    Type: System.UInt32
    The replica key for the replica that is associated with this clock vector element.
  • tickCount
    Type: System.UInt64
    The tick count that defines the upper bound on the range of tick counts that are contained in this clock vector element.

See Also

Reference

ClockVectorElement Class

Microsoft.Synchronization Namespace