ItemRangeOverride Constructor
Initializes a new instance of the ItemRangeOverride class that contains the specified item ID range bounds and clock vector.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public:
ItemRangeOverride(
SyncId^ closedLowerBound,
SyncId^ closedUpperBound,
IClockVector^ clockVector
)
Parameters
- closedLowerBound
- Type: Microsoft.Synchronization::SyncId
The lower bound of the range of item IDs to override.
- closedUpperBound
- Type: Microsoft.Synchronization::SyncId
The upper bound of the range of item IDs to override.
- clockVector
- Type: Microsoft.Synchronization::IClockVector
The associated clock vector.
| Exception | Condition |
|---|---|
| ArgumentNullException | closedLowerBound or closedUpperBound is a nullptr. |
Show: