Share via


Interface INotifyingChangeApplierTarget

Représente un objet qui peut enregistrer des modifications d'élément dans un réplica.

Espace de noms :  Microsoft.Synchronization
Assembly :  Microsoft.Synchronization (dans Microsoft.Synchronization.dll)

Syntaxe

'Déclaration
Public Interface INotifyingChangeApplierTarget
'Utilisation
Dim instance As INotifyingChangeApplierTarget
public interface INotifyingChangeApplierTarget
public interface class INotifyingChangeApplierTarget
type INotifyingChangeApplierTarget =  interface end
public interface INotifyingChangeApplierTarget

Notes

Cette interface doit être implémentée par le fournisseur de destination lorsqu'il utilise un objet NotifyingChangeApplier pour mieux appliquer les modifications au réplica de destination. L'objet INotifyingChangeApplierTarget est passé à la méthode ApplyChanges. L'objet NotifyingChangeApplier appelle ensuite les méthodes INotifyingChangeApplierTarget pour enregistrer les modifications et conflits sur le réplica de destination.

Voir aussi

Référence

Membres INotifyingChangeApplierTarget

Espace de noms Microsoft.Synchronization