RangeSet::AppendRange Method

Adds the specified Range object to the end of the list.

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

public:
void AppendRange(
	Range^ range
)

Parameters

range
Type: Microsoft.Synchronization::Range
The Range object to add to the end of the list.

ExceptionCondition
ArgumentNullException

A required parameter is a nullptr.

RangeOutOfOrderException

The closed lower bound contained in range is less than the closed lower bound specified in the previous range in the list.

The Range objects must be ordered by their ItemId values.

Show: