Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
type FullEnumerationAction
public enum FullEnumerationAction
Members
| Member name | Description | |
|---|---|---|
| Full | Perform a full enumeration. | |
| Partial | Perform a partial synchronization. Apply learned knowledge as single item exceptions. | |
| Abort | Cancel the synchronization session. All methods will throw exceptions as if they were canceled. |