Click or drag to resize

MostActiveWinsConflictResolver Class

The default conflict resolver for the library
Inheritance Hierarchy
SystemObject
  Couchbase.LiteMostActiveWinsConflictResolver

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0074
Syntax
C#
public sealed class MostActiveWinsConflictResolver : IConflictResolver

The MostActiveWinsConflictResolver type exposes the following members.

Constructors
  NameDescription
Public methodMostActiveWinsConflictResolver
Initializes a new instance of the MostActiveWinsConflictResolver class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodResolve
Resolves a Conflict in a Document
Public methodToString (Inherited from Object.)
Top
See Also