IKnowledgeSyncProvider::ProcessFullEnumerationChangeBatch
Processes a set of changes for a full enumeration by applying changes to the item store.
A provider that uses ISynchronousNotifyingChangeApplier to apply changes must enumerate, in sorted order by item ID, all the changes in the replica that have item IDs between the ISyncFullEnumerationChangeBatch::GetClosedLowerBoundItemId and ISyncFullEnumerationChangeBatch::GetClosedUpperBoundItemId properties of pSourceChangeBatch. This list of destination changes must then be provided to ISynchronousNotifyingChangeApplier::ApplyFullEnumerationChanges.
Show: