SimpleSyncItemConflictingEventArgs Class
Provides data for the ItemConflicting event.
System.Object
System.EventArgs
Microsoft.Synchronization.SimpleProviders.SimpleSyncItemConflictingEventArgs
System.EventArgs
Microsoft.Synchronization.SimpleProviders.SimpleSyncItemConflictingEventArgs
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
The SimpleSyncItemConflictingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangeUnitsInConflict | Gets a collection of SyncId objects that represent a set of change units for which a conflict was reported. |
![]() | ConflictKind | Gets a ConcurrencyConflictKind enumeration value that represents the type of conflict, such as a LocalDeleteRemoteUpdate conflict. |
![]() | LocalItem | Gets an ItemFieldDictionary object that contains the fields for the local item that is in conflict. |
![]() | RemoteItemData | Gets the data for the remote item that is in conflict. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetResolutionAction | Sets the resolution action for the conflict, such as DestinationWins. |
![]() | ToString | (Inherited from Object.) |
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.
Show:
