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, 
    usigned long long tickCount
)
public ClockVectorElement (
    UInt32 replicaKey, 
    UInt64 tickCount
)
public function ClockVectorElement (
    replicaKey : uint, 
    tickCount : ulong
)

Parameters

  • replicaKey
    The replica key for the replica that is associated with this clock vector element.
  • tickCount
    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
ClockVectorElement Members
Microsoft.Synchronization Namespace