IChangeUnitException Interface

Represents a change unit and an associated clock vector that differs from the scope clock vector of the parent knowledge object.

Syntax

interface IChangeUnitException : IUnknown

Members

IChangeUnitException methods

Description

IChangeUnitException::GetItemId

Gets the item ID for the item that contains the change unit that is associated with the exception.

IChangeUnitException::GetChangeUnitId

Gets the change unit ID for the change unit that is associated with the exception.

IChangeUnitException::GetClockVector

Gets the clock vector that is associated with this exception.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components