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)

public:
ClockVectorElement(
	unsigned int replicaKey, 
	unsigned long long tickCount
)

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.
Show: