IConflictLogAccess Interface

When implemented by a derived class, represents access to a conflict log so that a change applier can manage conflicts in the log.

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

Syntax

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

Remarks

IConflictLogAccess is typically implemented by the destination provider.

To take advantage of the change applier's assistance in managing conflicts, the destination provider passes an IConflictLogAccess object to the ApplyChanges method. During processing of this method, the change applier resolves conflicts and removes obsolete conflicts from the log.

See Also

Reference

IConflictLogAccess Members
Microsoft.Synchronization Namespace