SyncId Constructor (SyncGlobalId)
Initializes a new instance of the SyncId class that contains the specified global ID.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | id is a nullptr. |
This form of the constructor creates a fixed-length ID with an array containing the result of calling GetBytes on id.
Show: