ISynchronousNotifyingChangeApplierTarget2 Interface

When implemented by a derived class, represents additional methods on an object that can save item changes and conflicts to a replica.

Syntax

interface ISynchronousNotifyingChangeApplierTarget2 : ISynchronousNotifyingChangeApplierTarget

Members

ISynchronousNotifyingChangeApplierTarget2 method

Description

ISynchronousNotifyingChangeApplierTarget2::SaveConstraintConflict

When implemented by a derived class, saves information about items that are involved in a constraint conflict.

Remarks

This interface must be implemented by the destination provider when it is using an ISynchronousNotifyingChangeApplier2 object to help apply changes to a destination replica that reports constraint conflicts. The ISynchronousNotifyingChangeApplierTarget2 object is passed to the ISynchronousNotifyingChangeApplier2::ApplyChanges method. The ISynchronousNotifyingChangeApplier2 object then calls ISynchronousNotifyingChangeApplierTarget2 methods to save constraint conflicts to the destination replica.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components