IConflictLogAccess Members

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

The following tables list the members exposed by the IConflictLogAccess type.

Public Methods

  Name Description
Public method DeleteConflicts When overridden in a derived class, removes the specified conflicts from the log.
Public method GetAllConflicts When overridden in a derived class, gets a list that contains all of the conflicts in the log.
Public method GetConflictsByConflictingItemId When overridden in a derived class, gets a list that contains either all of the conflicts in the log, or only the conflicts that conflict with at least one of the items in the specified list of requested items.
Public method GetItemConflicts When overridden in a derived class, gets a list that contains either all of the conflicts in the log, or only the conflicts that are identified by the specified list of requested items.

Top

See Also

Reference

IConflictLogAccess Interface
Microsoft.Synchronization Namespace