SyncId Constructor (array<Byte>, Boolean)
Initializes a new instance of the SyncId class that contains the specified raw ID and a value that indicates whether the ID is fixed length or variable length.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- rawId
- Type: array<System::Byte>
The raw ID data.
- isVariableLength
- Type: System::Boolean
true if this is a variable length ID; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | rawId has an invalid length or is too short or too long for the value of isVariableLength. |
| ArgumentNullException | rawId is a nullptr. |
Show: