SimpleSyncProvider.OnItemConflicting Method

When overridden in a derived class, raises the ItemConflicting event.

Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)

Syntax

'Declaration
Public Overridable Sub OnItemConflicting ( _
    args As SimpleSyncItemConflictingEventArgs _
)
'Usage
Dim instance As SimpleSyncProvider
Dim args As SimpleSyncItemConflictingEventArgs

instance.OnItemConflicting(args)
public virtual void OnItemConflicting (
    SimpleSyncItemConflictingEventArgs args
)
public:
virtual void OnItemConflicting (
    SimpleSyncItemConflictingEventArgs^ args
)
public void OnItemConflicting (
    SimpleSyncItemConflictingEventArgs args
)
public function OnItemConflicting (
    args : SimpleSyncItemConflictingEventArgs
)

Parameters

Remarks

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.

See Also

Reference

SimpleSyncProvider Class
SimpleSyncProvider Members
Microsoft.Synchronization.SimpleProviders Namespace