FullEnumerationNeededEventArgs Class
Provides data for the SyncCallbacks.FullEnumerationNeeded event.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Class FullEnumerationNeededEventArgs
Inherits EventArgs
'Usage
Dim instance As FullEnumerationNeededEventArgs
public class FullEnumerationNeededEventArgs : EventArgs
public ref class FullEnumerationNeededEventArgs : public EventArgs
public class FullEnumerationNeededEventArgs extends EventArgs
public class FullEnumerationNeededEventArgs extends EventArgs
Remarks
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.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.FullEnumerationNeededEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
FullEnumerationNeededEventArgs Members
Microsoft.Synchronization Namespace