Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Sub New ( _
type As DbConflictType, _
stage As DbSyncStage _
)
'Usage
Dim type As DbConflictType
Dim stage As DbSyncStage
Dim instance As New DbSyncConflict(type, stage)
public DbSyncConflict(
DbConflictType type,
DbSyncStage stage
)
public:
DbSyncConflict(
DbConflictType type,
DbSyncStage stage
)
new :
type:DbConflictType *
stage:DbSyncStage -> DbSyncConflict
public function DbSyncConflict(
type : DbConflictType,
stage : DbSyncStage
)
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.