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
Syntaxpublic interface IConflictResolver
The IConflictResolver type exposes the following members.
Methods| 
								 
							 | Name | Description | 
|---|
  | Resolve | 
            Resolves the conflict between the given items
              | 
Top
See Also