Classe NotifyingChangeApplier

Représente un applicateur de modifications qui examine un jeu de modifications d'un fournisseur de source, détecte des conflits avec des éléments dans le réplica de destination et effectue des appels à destination d'une cible d'applicateur de modifications inscrite pour enregistrer des modifications ou des conflits selon le cas.

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

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class NotifyingChangeApplier
    Implements ISerializable
'Utilisation
Dim instance As NotifyingChangeApplier
[SerializableAttribute] 
public class NotifyingChangeApplier : ISerializable
[SerializableAttribute] 
public ref class NotifyingChangeApplier : ISerializable
/** @attribute SerializableAttribute() */ 
public class NotifyingChangeApplier implements ISerializable
SerializableAttribute 
public class NotifyingChangeApplier implements ISerializable

Hiérarchie d'héritage

System.Object
  Microsoft.Synchronization.NotifyingChangeApplier

Sécurité des threads

Tous les membres publics statiques (Partagés en Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Membres NotifyingChangeApplier
Espace de noms Microsoft.Synchronization