NotifyingChangeApplier Class
Represents a change applier that examines a set of changes from a source provider, detects conflicts with items in the destination replica, and makes calls to a registered change applier target to save changes or save conflicts as appropriate.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class NotifyingChangeApplier
Implements ISerializable
'Usage
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
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.NotifyingChangeApplier
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
NotifyingChangeApplier Members
Microsoft.Synchronization Namespace