Interface IFilteredReplicaNotifyingChangeApplierTarget
En cas de substitution par une classe dérivée, représente un objet qui peut fournir, à un applicateur de modifications de notification, les informations relatives à un réplica filtré.
Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)
Syntaxe
'Déclaration
Public Interface IFilteredReplicaNotifyingChangeApplierTarget
Inherits IFilterTrackingNotifyingChangeApplierTarget
'Utilisation
Dim instance As IFilteredReplicaNotifyingChangeApplierTarget
public interface IFilteredReplicaNotifyingChangeApplierTarget : IFilterTrackingNotifyingChangeApplierTarget
public interface class IFilteredReplicaNotifyingChangeApplierTarget : IFilterTrackingNotifyingChangeApplierTarget
public interface IFilteredReplicaNotifyingChangeApplierTarget extends IFilterTrackingNotifyingChangeApplierTarget
public interface IFilteredReplicaNotifyingChangeApplierTarget extends IFilterTrackingNotifyingChangeApplierTarget
Notes
L'interface IFilteredReplicaNotifyingChangeApplierTarget est implémentée par un fournisseur de destination qui représente un réplica filtré et qui utilise un applicateur de modifications de notification asynchrone fourni par Sync Framework. Un réplica filtré stocke les métadonnées des éléments qui se trouvent dans le filtre ainsi que celles des éléments qui s'y sont récemment trouvés, mais il stocke uniquement les données des éléments qui se trouvent dans le filtre.
L'applicateur de modifications obtient l'objet IFilteredReplicaNotifyingChangeApplierTarget se trouvant dans l'objet INotifyingChangeApplierTarget qui est spécifié à la méthode ApplyChanges de l'applicateur de modifications.
Voir aussi
Référence
Membres IFilteredReplicaNotifyingChangeApplierTarget
Espace de noms Microsoft.Synchronization