Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the action to be taken by an application in response to SyncCallbacks.FullEnumerationNeeded.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Enumeration FullEnumerationAction
'Usage
Dim instance As FullEnumerationAction
public enum FullEnumerationAction
public enum class FullEnumerationAction
public enum FullEnumerationAction
public enum FullEnumerationAction
Members
| 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. |