Freigeben über


INotifyingChangeApplierTarget-Schnittstelle

Stellt ein Objekt dar, das Elementänderungen an einem Replikat speichern kann.

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
type INotifyingChangeApplierTarget =  interface end
public interface INotifyingChangeApplierTarget

Hinweise

Diese Schnittstelle muss vom Zielanbieter implementiert werden, wenn er ein NotifyingChangeApplier-Objekt verwendet, um Änderungen am Zielreplikat anzuwenden. Das INotifyingChangeApplierTarget-Objekt wird an die ApplyChanges-Methode übergeben. Das NotifyingChangeApplier-Objekt ruft dann INotifyingChangeApplierTarget-Methoden auf, um Änderungen und Konflikte im Zielreplikat zu speichern.

Siehe auch

Verweis

INotifyingChangeApplierTarget-Member

Microsoft.Synchronization-Namespace