Show / Hide Table of Contents

Class ConflictResolver

ConflictResolver provides access to the default conflict resolver used by the replicator.

Inheritance
System.Object
ConflictResolver
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public static class ConflictResolver : object

Properties

| Improve this Doc View Source

Default

Access IConflictResolver.Default to get the singleton DefaultConflictResolver object. Then call methods on that instance.

Declaration
public static IConflictResolver Default { get; }
Property Value
Type Description
IConflictResolver
  • Improve this Doc
  • View Source
Back to top Generated by DocFX