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-b0033
Syntax public interface IConflictResolver
The IConflictResolver type exposes the following members.
Methods
| Name | Description |
---|
| Resolve |
Resolves the conflict between the given items
|
TopSee Also