ISimpleSyncProviderConstraintConflictResolver Members
Represents a custom conflict resolver that handles constraint conflicts, such as duplicate items being inserted at multiple replicas.
The following tables list the members exposed by the ISimpleSyncProviderConstraintConflictResolver type.
Public Methods
Name | Description | |
---|---|---|
MergeConstraintConflict | When overridden in a derived class, merges local and remote data into one item that is applied at the destination. | |
ModifyAndInsertRemoteItem | When overridden in a derived class, renames the remote item so that it no longer conflicts with the local item name and inserts the remote item into the local replica. | |
ModifyAndUpdateRemoteItem | When overridden in a derived class, renames the remote item so that it no longer conflicts with the local item name and updates the remote item in the local replica. | |
ModifyLocalItem | When overridden in a derived class, renames the local item so that it no longer conflicts with the remote item name. |
Top
See Also
Reference
ISimpleSyncProviderConstraintConflictResolver Interface
Microsoft.Synchronization.SimpleProviders Namespace