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-b0520
Syntax
C#
public interface IConflictResolver

The IConflictResolver type exposes the following members.

Methods
  NameDescription
Public methodResolve
Resolves a Conflict in a Document
Top
See Also