Click or drag to resize

IConflictResolver Interface

An interface for resolving a conflict in a document (i.e. two edits to the same document at the same time)

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public interface IConflictResolver

The IConflictResolver type exposes the following members.

Methods
  NameDescription
Public methodResolve
Resolves the conflict between the given items
Top
See Also