ConcurrencyConflictKind Enumeration

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)

'Declaration
Public Enumeration ConcurrencyConflictKind
'Usage
Dim instance As ConcurrencyConflictKind

Member nameDescription
UpdateUpdateThe item was updated locally and remotely concurrently.
LocalUpdateRemoteDeleteThe item was updated locally and deleted remotely.
LocalDeleteRemoteUpdateThe item was deleted locally and updated remotely.

For more information about conflicts, see Handling Conflicts for Simple Providers.

Show: