DbSyncConflict Constructor (DbConflictType, DbSyncStage)

Initializes a new instance of the DbSyncConflict class by using conflict type and conflict stage parameters.

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

public:
DbSyncConflict(
	DbConflictType type, 
	DbSyncStage stage
)

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: