Range Constructor
Initializes a new instance of the Range class that contains the specified closed lower bound item ID and a clock vector that defines what is known about the items in the range.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- itemId
- Type: Microsoft.Synchronization::SyncId
The closed lower bound on the item IDs in the range.
- clockVector
- Type: Microsoft.Synchronization::IClockVector
A clock vector that defines what is known about the items in the range.
| Exception | Condition |
|---|---|
| ArgumentNullException | A required parameter is a nullptr. |
Show: