INotifyingChangeApplierTarget Interface

Represents an object that can save item changes to a replica.

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

Syntax

'Declaration
Public Interface INotifyingChangeApplierTarget
'Usage
Dim instance As INotifyingChangeApplierTarget
public interface INotifyingChangeApplierTarget
public interface class INotifyingChangeApplierTarget
public interface INotifyingChangeApplierTarget
public interface 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. The INotifyingChangeApplierTarget object is passed to the ApplyChanges method. The NotifyingChangeApplier object then calls INotifyingChangeApplierTarget methods to save changes and conflicts to the destination replica.

See Also

Reference

INotifyingChangeApplierTarget Members
Microsoft.Synchronization Namespace