Click or drag to resize

ILiveQuery Interface

An interface for a query which reports any changes in its rows in real time.

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public interface ILiveQuery : IDisposable

The ILiveQuery type exposes the following members.

Properties
  NameDescription
Public propertyParameters
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodRun
Starts the monitoring process for the live query (to stop, the live query must be disposed).
Public methodStop
Stops observing the database for changes.
Top
Events
  NameDescription
Public eventChanged
An event that fires when the query's result set has changed
Top
See Also