SyncConflict Constructor (ConflictType, SyncStage)
Initializes a new instance of the SyncConflict class by using conflict type and conflict stage parameters.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- conflictType
- Type: Microsoft.Synchronization.Data::ConflictType
A ConflictType enumeration value that represents the type of synchronization conflict.
- conflictStage
- Type: Microsoft.Synchronization::SyncStage
A SyncStage enumeration value that represents the synchronization stage during which the conflict occurred.
For an example of how to handle conflicts, see How to: Handle Data Conflicts and Errors.
Show: