Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public enum ConcurrencyConflictKind
public enum ConcurrencyConflictKind
Members
Member name | Description | |
---|---|---|
LocalDeleteRemoteUpdate | The item was deleted locally and updated remotely. | |
LocalUpdateRemoteDelete | The item was updated locally and deleted remotely. | |
UpdateUpdate | The item was updated locally and remotely concurrently. |
Remarks
For more information about conflicts, see Handling Conflicts for Simple Providers.