IAnchorChangeDetectionCallback Interface
Represents a set of methods that can be called from IAnchorSyncProvider::EnumerateChanges when enumerating changes from a store.
IAnchorChangeDetectionCallback method | Description |
|---|---|
Reports the set of changes that were retrieved during a call to IAnchorSyncProvider::EnumerateChanges. | |
IAnchorChangeDetectionCallback::ReportItemsAndAutodetectDeletes | Reports item changes, including deletes, when a full enumeration of a replica is required by an anchor-based provider. |
Called before IAnchorChangeDetectionCallback::ReportItemsAndAutodetectDeletes 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: