SyncGlobalId Constructor (UInt64, Guid)
Initializes a new instance of the SyncGlobalId class that contains the specified prefix and GUID.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- prefix
- Type: System::UInt64
A prefix, typically used for ordering items.
- uniqueId
- Type: System::Guid
A unique GUID.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | uniqueId is empty. |
Show: