SimpleSyncItemConflictingEventArgs Class
Provides data for the ItemConflicting event.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)
Syntax
'Declaration
Public Class SimpleSyncItemConflictingEventArgs
Inherits EventArgs
'Usage
Dim instance As SimpleSyncItemConflictingEventArgs
public class SimpleSyncItemConflictingEventArgs : EventArgs
public ref class SimpleSyncItemConflictingEventArgs : public EventArgs
public class SimpleSyncItemConflictingEventArgs extends EventArgs
public class SimpleSyncItemConflictingEventArgs extends EventArgs
Remarks
This type 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.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.SimpleProviders.SimpleSyncItemConflictingEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
SimpleSyncItemConflictingEventArgs Members
Microsoft.Synchronization.SimpleProviders Namespace