Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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