NotifyingChangeApplier Members
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.
The following tables list the members exposed by the NotifyingChangeApplier type.
Public Constructors
(see also Protected Constructors )
Name | Description | |
---|---|---|
NotifyingChangeApplier | Overloaded. Initializes a new instance of the NotifyingChangeApplier class. |
Top
Protected Constructors
Name | Description | |
---|---|---|
NotifyingChangeApplier | Overloaded. Initializes a new instance of the NotifyingChangeApplier class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
ApplyChanges | Overloaded. Performs conflict detection, conflict handling, and change application for a batch of changes. | |
ApplyFullEnumerationChanges | Performs conflict detection, conflict handling, and change application for a batch of changes as part of a full enumeration. | |
Equals | Overloaded. (Inherited from Object.) | |
GetChangeApplierInfo | Serializes the change applier data into a byte array. | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Serializes this change applier to the specified SerializationInfo object. | |
GetType | (Inherited from Object.) | |
LoadChangeApplierInfo | Loads change applier data from a byte array that contains serialized data from another change applier. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
NotifyingChangeApplier Class
Microsoft.Synchronization Namespace