FeedClockVectorElement::ReplicaKey Property
Gets or sets the replica key for the replica that is tracked by this clock vector element.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: virtual property unsigned int ReplicaKey { unsigned int get () sealed; void set (unsigned int value) sealed; }
Property Value
Type: System::UInt32The replica key for the replica that is tracked by this clock vector element.
Implements
IClockVectorElement::ReplicaKey
Show: