IFullEnumerationCallback Interface
Represents a set of methods that can be called from IFullEnumerationSyncProvider::EnumerateItems when enumerating items from a store.
IFullEnumerationCallback method | Description |
|---|---|
Reports items that were enumerated from the local replica. | |
Called by a provider instead of IFullEnumerationCallback::ReportItems to cause the Sync Framework runtime to skip change detection for a synchronization session. | |
Called before IFullEnumerationCallback::ReportItems is called on the provider to specify whether a delete is a normal delete that is propagated to other replicas, or a local-only delete. |
Show: