SimpleSyncProvider::OnItemConflicting Method
When overridden in a derived class, raises the ItemConflicting event.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Parameters
- args
- Type: Microsoft.Synchronization.SimpleProviders::SimpleSyncItemConflictingEventArgs
A SimpleSyncItemConflictingEventArgs object that contains event data.
This method is used for concurrency conflicts, which occur when the same item or change unit is changed on two different replicas that are later synchronized. For more information, see Handling Conflicts for Simple Providers.
Show: