DbSyncConflict Constructor (DbConflictType, DbSyncStage)
Initializes a new instance of the DbSyncConflict class by using conflict type and conflict stage parameters.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- type
- Type: Microsoft.Synchronization.Data::DbConflictType
A DbConflictType enumeration value that represents the type of synchronization conflict.
- stage
- Type: Microsoft.Synchronization.Data::DbSyncStage
A DbSyncStage enumeration value that represents the synchronization stage during which the conflict occurred.
Show: