ILiveQuery Interface |
Namespace: Couchbase.Lite.Query
public interface ILiveQuery : IDisposable
The ILiveQuery type exposes the following members.
| Name | Description | |
|---|---|---|
| Parameters |
See Parameters |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Run |
Starts the monitoring process for the live query (to stop,
the live query must be disposed).
| |
| Stop |
Stops observing the database for changes.
|