IConflictLogWriter Interface

When implemented by a derived class, represents a writer that saves conflicts to a conflict log.

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

Syntax

'Declaration
Public Interface IConflictLogWriter
'Usage
Dim instance As IConflictLogWriter
public interface IConflictLogWriter
public interface class IConflictLogWriter
public interface IConflictLogWriter
public interface IConflictLogWriter

Remarks

The MemoryConflictLog class that is provided by Sync Framework uses an IConflictLogWriter interface to save conflicts to a persistent conflict log when Persist is called.

The IConflictLogWriter method signatures exactly match those of the SaveConflict and SaveConstraintConflict methods so that a destination provider can use the same implementation for all of these interfaces.

See Also

Reference

IConflictLogWriter Members
Microsoft.Synchronization Namespace

Other Resources

Logging and Managing Conflicts