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 SourceDefault
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 |