IAsynchronousNotifyingChangeApplier Interface
Represents a change applier that examines a set of changes from a source provider, detects conflicts with items in the destination replica, and makes asynchronous calls to a registered change applier target to save changes or save conflicts as appropriate.
Note |
|---|
This method is now obsolete. |
IAsynchronousChangeApplier methods | Description |
|---|---|
Serializes the change applier data into a byte array. | |
Loads change applier data from a byte array that contains serialized data from another change applier. | |
Performs conflict detection, conflict handling, and change application for a batch of changes. | |
IAsynchronousNotifyingChangeApplier::ApplyFullEnumerationChanges | Performs conflict detection, conflict handling, and change application for a batch of changes as part of a full enumeration. |
Note