This topic has not yet been rated - Rate this topic

FullEnumerationNeededEventArgs Class

Provides data for the SyncCallbacks.FullEnumerationNeeded event.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
public class FullEnumerationNeededEventArgs : EventArgs
public class FullEnumerationNeededEventArgs extends EventArgs
public class FullEnumerationNeededEventArgs extends EventArgs

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.

System.Object
   System.EventArgs
    Microsoft.Synchronization.FullEnumerationNeededEventArgs
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)