LoggedConflict Class

Represents metadata and data for a conflict that can be logged.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.LoggedConflict

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

Syntax

'Declaration
Public Class LoggedConflict
'Usage
Dim instance As LoggedConflict
public class LoggedConflict
public ref class LoggedConflict
type LoggedConflict =  class end
public class LoggedConflict

The LoggedConflict type exposes the following members.

Constructors

  Name Description
Public method LoggedConflict(SyncIdFormatGroup, ItemChange, Object, SyncKnowledge, SyncKnowledge) Initializes a new instance of the LoggedConflict class that represents a concurrency conflict, by using the specified ID format schema, item change metadata, item data, conflict knowledge, and made-with knowledge.
Public method LoggedConflict(SyncIdFormatGroup, ItemChange, SyncId, ConstraintConflictReason, Object, SyncKnowledge, SyncKnowledge, Boolean) Initializes a new instance of the LoggedConflict class that represents a constraint conflict, by using the specified ID format schema, item change metadata, conflicting item ID, constraint conflict reason, item data, conflict knowledge, made-with knowledge, and value that indicates whether the conflict is temporary.

Top

Properties

  Name Description
Public property ChangeData Gets an object that either contains or can be used to retrieve item data.
Public property ChangeKind Gets the type of change that caused the conflict.
Public property ChangeVersion Gets the version that is associated with the change that caused the conflict.
Public property ConflictingChangeUnits Gets the change unit IDs of change units in the destination replica that conflict with change units in this item.
Public property ConflictingItemId Gets the item ID of the item in the destination replica that conflicts with this item, when this conflict is a constraint conflict.
Public property ConflictKnowledge Gets the knowledge to be learned if this change is applied.
Public property ConflictReason Gets the reason the conflict occurred, when this conflict is a constraint conflict.
Public property CreationVersion Gets the creation version of the source item.
Public property IsConstraint Gets a value that indicates whether this conflict is a constraint conflict.
Public property IsMergeTombstone Gets a value that indicates whether the change that caused this conflict is a merge tombstone.
Public property IsTemporary Gets a value that indicates whether this conflict is temporary.
Public property ItemId Gets the ID of the source item that caused the conflict.
Public property MergeTombstoneWinnerId Gets the item ID that is used to identify the merged item in the synchronization community, when this conflict is on a merge tombstone.
Public property ReplicaId Gets the ID of the replica that originated the change that caused the conflict.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

The destination provider can implement this interface, or use the implementation supplied by Sync Framework.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization Namespace