ISyncCallback Interface

Represents application callbacks that are used to notify the application of synchronization events.

Syntax

interface ISyncCallback : IUnknown

Members

ISyncCallback methods

Description

ISyncCallback::OnProgress

Occurs periodically during the synchronization session to report progress.

ISyncCallback::OnChange

Occurs before a change is applied.

ISyncCallback::OnConflict

Occurs when a concurrency conflict is detected when the concurrency conflict resolution policy is set to CRP_NONE.

ISyncCallback::OnFullEnumerationNeeded

Occurs when the forgotten knowledge from the source provider is not contained in the current knowledge of the destination provider.

ISyncCallback::OnRecoverableError

Occurs when a synchronization provider sets a recoverable error while it is loading or saving an item.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components