Share via


ISimpleSyncProviderConcurrencyConflictResolver Members

Represents a custom conflict resolver that handles concurrency conflicts, such as the same item being updated at the local replica and deleted at the remote replica.

The following tables list the members exposed by the ISimpleSyncProviderConcurrencyConflictResolver type.

Public Methods

  Name Description
Public method ResolveLocalDeleteRemoteUpdateConflict When overridden in a derived class, resolves conflicts in which an item was deleted from the local replica and updated at the remote replica.
Public method ResolveLocalUpdateRemoteDeleteConflict When overridden in a derived class, resolves conflicts in which an item was updated at the local replica and deleted from the remote replica.
Public method ResolveUpdateUpdateConflict When overridden in a derived class, resolves conflicts in which an item was updated at both replicas.

Top

See Also

Reference

ISimpleSyncProviderConcurrencyConflictResolver Interface
Microsoft.Synchronization.SimpleProviders Namespace