Click or drag to resize

IDatabaseConflictResolver Property

Gets or sets the conflict resolver to use when conflicts arise

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
IConflictResolver ConflictResolver { get; set; }

Property Value

Type: IConflictResolver
Exceptions
ExceptionCondition
ThreadSafetyViolationExceptionThrown if an invalid access attempt is made
See Also