IEnumRangeExceptions Interface

Enumerates range exceptions that are stored in a knowledge object.

Syntax

interface IEnumRangeExceptions : IUnknown

Members

IEnumRangeExceptions methods

Description

IEnumRangeExceptions::Next

Returns the next elements in the range exception set, if they are available.

IEnumRangeExceptions::Skip

Skips the specified number of range exceptions.

IEnumRangeExceptions::Reset

Resets the enumerator to the beginning of the range exception set.

IEnumRangeExceptions::Clone

Clones the enumerator and returns a new enumerator that is in the same state as the current one.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components