ISynchronousNotifyingChangeApplier2 Interface

Represents additional information about a change applier that examines a set of changes from a source provider, detects conflicts with items in the destination replica, and makes synchronous calls to a registered change applier target to save changes or save conflicts as appropriate.

interface ISynchronousNotifyingChangeApplier2: ISynchronousNotifyingChangeApplier

Members

ISynchronousNotifyingChangeApplier2 method Description

ISynchronousNotifyingChangeApplier2::ApplyChanges

Performs conflict detection, conflict handling, change application, and manages the conflict log for a batch of changes.

ISynchronousNotifyingChangeApplier2::ApplyFullEnumerationChanges

Performs conflict detection, conflict handling, change application, and manages the conflict log for a batch of changes as part of a recovery synchronization.

Remarks

An ISynchronousNotifyingChangeApplier2 object can be obtained by passing IID_ISynchronousNotifyingChangeApplier2 to the QueryInterface method of an ISynchronousNotifyingChangeApplier object.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components