SyncVersion Constructor (UInt32, UInt64)

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

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

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

Parameters

replicaKey
Type: System::UInt32
The key of the replica that originated this version.
tickCount
Type: System::UInt64
The tick count for the version.
Show: