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
public interface INotifyingChangeApplierTarget
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