ISimpleSyncEvents Interface

Represents a set of events that are associated with a simple provider.

Syntax

interface ISimpleSyncEvents : IUnknown

Members

ISimpleSyncEvent method

Description

ISimpleSyncEvents::OnConcurrencyConflict

Called when Sync Framework detects that an item being processed is involved in a concurrency conflict.

ISimpleSyncEvents::OnConstraintConflict

Called when Sync Framework detects that an item being processed is involved in a constraint conflict.

ISimpleSyncEvents::OnMetadataStoreInitialized

Called when the metadata store that is associated with a provider is initialized.

ISimpleSyncEvents::OnChangeDetectionCompleted

Called when change detection is complete for a source provider.

Requirements

Header: FullEnumerationProvider.h

See Also

Concepts

Sync Framework Simple Provider Components