ItemOverride Constructor
Initializes a new instance of the ItemOverride class that contains the specified item ID and clock vector.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- itemId
- Type: Microsoft.Synchronization::SyncId
The ID of the item to override.
- clockVector
- Type: Microsoft.Synchronization::IClockVector
The associated clock vector.
| Exception | Condition |
|---|---|
| ArgumentNullException | itemId is a nullptr. |
Show: