Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SyncConflict 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 ( _
conflictType As ConflictType, _
conflictStage As SyncStage _
)
public SyncConflict (
ConflictType conflictType,
SyncStage conflictStage
)
public:
SyncConflict (
ConflictType conflictType,
SyncStage conflictStage
)
public SyncConflict (
ConflictType conflictType,
SyncStage conflictStage
)
public function SyncConflict (
conflictType : ConflictType,
conflictStage : SyncStage
)
Parameters
- conflictType
A ConflictType enumeration value that represents the type of synchronization conflict.
- conflictStage
A SyncStage enumeration value that represents the synchronization stage during which the conflict occurred.
Example
For an example of how to handle conflicts, see How to: Handle Data Conflicts and Errors.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncConflict Class
SyncConflict Members
Microsoft.Synchronization.Data Namespace