IEnumChangeUnitExceptions Interface

Enumerates change unit exceptions that are stored in a knowledge object.

Syntax

interface IEnumChangeUnitExceptions : IUnknown

Members

IEnumChangeUnitExceptions methods

Description

IEnumChangeUnitExceptions::Next

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

IEnumChangeUnitExceptions::Skip

Skips the specified number of change unit exceptions.

IEnumChangeUnitExceptions::Reset

Resets the enumerator to the beginning of the change unit exception set.

IEnumChangeUnitExceptions::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