ItemConflictingEventArgs Class

Provides data for the ItemConflicting event.

System.Object
  System.EventArgs
    Microsoft.Synchronization.ItemConflictingEventArgs

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public class ItemConflictingEventArgs : EventArgs

The ItemConflictingEventArgs type exposes the following members.

  NameDescription
Public propertyDestinationChangeGets the change item of the destination replica.
Public propertyDestinationChangeDataGets an object that can be used to retrieve item data for the change item from the destination replica.
Public propertySourceChangeGets the change item of the source replica.
Public propertySourceChangeDataGets an object that can be used to retrieve item data for the change item from the source replica.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetResolutionAction()Gets the conflict resolution action.
Public methodGetResolutionAction(ChangeUnitChange)Gets the conflict resolution action for the specified change unit change.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetResolutionAction(ConflictResolutionAction)Sets the conflict resolution action.
Public methodSetResolutionAction(ChangeUnitChange, ConflictResolutionAction)Sets the conflict resolution action for the specified change unit change.
Public methodToString (Inherited from Object.)
Top

ItemConflicting occurs when a conflict is detected and the conflict resolution policy for the session is set to ApplicationDefined.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: