FullEnumerationAction Enumeration

Represents the action to be taken by an application in response to SyncCallbacks.FullEnumerationNeeded.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public enum FullEnumerationAction

Member nameDescription
FullPerform a full enumeration.
PartialPerform a partial synchronization. Apply learned knowledge as single item exceptions.
AbortCancel the synchronization session. All methods will throw exceptions as if they were canceled.
Show: