FullEnumerationNeededEventArgs Class
Provides data for the SyncCallbacks.FullEnumerationNeeded event.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The FullEnumerationNeededEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FullEnumerationNeededEventArgs | Initializes a new instance of the FullEnumerationNeededEventArgs class. |
SyncCallbacks.FullEnumerationNeeded occurs when an out-of-date synchronization destination is detected. This occurs when the forgotten knowledge from the source indicates that the destination provider contains active items that have been deleted from the source replica, and have also had their tombstones removed from the source metadata. To repair the destination replica in this case, all source items are enumerated and applied to the destination.
Show:
