Click or drag to resize

IQueryToLive Method

Converts a query to a ILiveQuery for realtime monitoring.

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
ILiveQuery ToLive()

Return Value

Type: ILiveQuery
The instantiated live query object
See Also