Share via


NotifyingChangeApplier.ApplyFullEnumerationChanges Method

Include Protected Members
Include Inherited Members

Performs conflict detection, conflict handling, and change application for a batch of changes as part of a recovery synchronization.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ApplyFullEnumerationChanges(ConflictResolutionPolicy, FullEnumerationChangeBatch, IChangeDataRetriever, IEnumerable<ItemChange>, SyncKnowledge, ForgottenKnowledge, INotifyingChangeApplierTarget, SyncSessionContext, SyncCallbacks) Performs conflict detection, conflict handling, and change application for a batch of changes as part of a recovery synchronization.
Public method ApplyFullEnumerationChanges(ConflictResolutionPolicy, CollisionConflictResolutionPolicy, FullEnumerationChangeBatch, IChangeDataRetriever, IEnumerable<ItemChange>, SyncKnowledge, ForgottenKnowledge, INotifyingChangeApplierTarget, IConflictLogAccess, SyncSessionContext, SyncCallbacks) Performs conflict detection, concurrency conflict handling, constraint conflict handling, change application, and conflict log management for a batch of changes, as part of a recovery synchronization.

Top

Remarks

Typically, this method is called by a destination provider from its ProcessFullEnumerationChangeBatch method.

See Also

Reference

NotifyingChangeApplier Class

Microsoft.Synchronization Namespace