ItemRangeOverride Constructor

Initializes a new instance of the ItemRangeOverride class that contains the specified item ID range bounds and clock vector.

Namespace:  Microsoft.Synchronization
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.

ExceptionCondition
ArgumentNullException

closedLowerBound or closedUpperBound is a nullptr.

Show: