INotifyingChangeApplierTarget2 Interface

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

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Interface INotifyingChangeApplierTarget2
    Inherits INotifyingChangeApplierTarget
'Usage
Dim instance As INotifyingChangeApplierTarget2
public interface INotifyingChangeApplierTarget2 : INotifyingChangeApplierTarget
public interface class INotifyingChangeApplierTarget2 : INotifyingChangeApplierTarget
public interface INotifyingChangeApplierTarget2 extends INotifyingChangeApplierTarget
public interface INotifyingChangeApplierTarget2 extends INotifyingChangeApplierTarget

Remarks

This interface must be implemented by the destination provider when it is using a NotifyingChangeApplier object to help apply changes to the destination replica, and the destination replica reports constraint conflicts. The INotifyingChangeApplierTarget2 object is passed to the ApplyChanges method. The NotifyingChangeApplier object then calls INotifyingChangeApplierTarget2 methods to save constraint conflicts to the destination replica.

See Also

Reference

INotifyingChangeApplierTarget2 Members
Microsoft.Synchronization Namespace