Click or drag to resize

ICouchStoreDelegate Interface

Delegate of a ICouchStore instance. Database implements this.

Namespace:  Couchbase.Lite.Store
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public interface ICouchStoreDelegate

The ICouchStoreDelegate type exposes the following members.

Methods
  NameDescription
Public methodDatabaseStorageChanged
Called whenever a revision is added to the database (but not for local docs or for purges.)
Public methodStorageExitedTransaction
Called whenever the outermost transaction completes.
Top
See Also