SyncGlobalId Constructor (array<Byte>)
Initializes a new instance of the SyncGlobalId class by using serialized data.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | data is not 24 bytes long. |
| ArgumentNullException | data is a nullptr. |
Typically, the serialized data that is contained in data will be obtained from a call to GetBytes.
Show: