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