Range Class

Represents a range of item IDs, and the clock vector that defines what is known about the items in the range.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Class Range
'Usage
Dim instance As Range
public class Range
public ref class Range
public class Range
public class Range

Remarks

The value that is contained in ItemId is the closed lower bound on the range of item IDs that are associated with the clock vector that is contained in ClockVector. The value of ItemId also defines the open upper bound of the previous range in the parent RangeSet object, so the open upper bound of the current range can be obtained by getting the next Range object in the list. If there are no more Range objects in the list, the range that is defined by this object contains all items that have IDs greater than or equal to ItemId.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Range

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Range Members
Microsoft.Synchronization Namespace