IClockVectorElement::ReplicaKey Property

When overridden in a derived class, gets or sets the replica key for the replica that is tracked by this clock vector element.

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

property unsigned int ReplicaKey {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

Type: System::UInt32
The replica key for the replica that is tracked by this clock vector element.
Show: