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 types of conflicts that can occur because of changes that occurred to the same item at local and remote replicas.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public Enumeration ConcurrencyConflictKind
'Usage
Dim instance As ConcurrencyConflictKind
public enum ConcurrencyConflictKind
public enum class ConcurrencyConflictKind
type ConcurrencyConflictKind
public enum ConcurrencyConflictKind
Members
| Member name | Description | |
|---|---|---|
| UpdateUpdate | The item was updated locally and remotely concurrently. | |
| LocalUpdateRemoteDelete | The item was updated locally and deleted remotely. | |
| LocalDeleteRemoteUpdate | The item was deleted locally and updated remotely. |
Remarks
For more information about conflicts, see Handling Conflicts for Simple Providers.