Click or drag to resize

DatabaseClose Method

Closes the database

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public void Close()
Exceptions
ExceptionCondition
CouchbaseLiteExceptionThrown with Busy if there are still active replicators or query listeners when the close call occurred
See Also