This topic has not yet been rated - Rate this topic

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
public enum FullEnumerationAction
public enum FullEnumerationAction
  Member name Description
Abort Cancel the synchronization session. All methods will throw exceptions as if they were canceled. 
Full Perform a full enumeration. 
Partial Perform a partial synchronization. Apply learned knowledge as single item exceptions. 
Did you find this helpful?
(1500 characters remaining)