SyncGlobalId Constructor (UInt64, Guid)

Initializes a new instance of the SyncGlobalId class that contains the specified prefix and GUID.

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

public:
SyncGlobalId(
	unsigned long long prefix, 
	Guid uniqueId
)

Parameters

prefix
Type: System::UInt64
A prefix, typically used for ordering items.
uniqueId
Type: System::Guid
A unique GUID.

ExceptionCondition
ArgumentOutOfRangeException

uniqueId is empty.

Show: