ItemConflictingEventArgs Class
Provides data for the ItemConflicting event.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The ItemConflictingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DestinationChange | Gets the change item of the destination replica. |
![]() | DestinationChangeData | Gets an object that can be used to retrieve item data for the change item from the destination replica. |
![]() | SourceChange | Gets the change item of the source replica. |
![]() | SourceChangeData | Gets an object that can be used to retrieve item data for the change item from the source replica. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetResolutionAction | Gets the conflict resolution action. |
![]() | GetResolutionAction(ChangeUnitChange) | Gets the conflict resolution action for the specified change unit change. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetResolutionAction(ConflictResolutionAction) | Sets the conflict resolution action. |
![]() | SetResolutionAction(ChangeUnitChange, ConflictResolutionAction) | Sets the conflict resolution action for the specified change unit change. |
![]() | ToString | (Inherited from Object.) |
ItemConflicting occurs when a conflict is detected and the conflict resolution policy for the session is set to ApplicationDefined.
Show:
