IRangeException Interface

Represents an item ID range and an associated clock vector that differs from the scope clock vector of the parent knowledge object.

Syntax

interface IRangeException : IUnknown

Members

IRangeException methods

Description

IRangeException::GetClosedRangeStart

Gets the lower bound of the range of item IDs to exclude.

IRangeException::GetClosedRangeEnd

Gets the upper bound of the range of item IDs to exclude.

IRangeException::GetClockVector

Gets the clock vector that is associated with this exception.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components