ISaveChangeWithChangeUnitsContext2 Interface

Represents additional information about a change to be saved to the item store when the change contains change units.

Syntax

interface ISaveChangeWithChangeUnitsContext2 : ISaveChangeContext2

Members

ISaveChangeWithChangeUnitsContext2 method

Description

ISaveChangeWithChangeUnitsContext2::SetConstraintConflictOnChangeUnit

Reports that a constraint conflict occurred when the destination provider tried to apply the change to the destination replica for a change that contains change units.

Remarks

To obtain an ISaveChangeWithChangeUnitsContext2 object, pass IID_ISaveChangeWithChangeUnitsContext2 to the QueryInterface method of an ISaveChangeWithChangeUnitsContext2 object.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components