Click or drag to resize

LiveQueryWaitForRows Method

Blocks until the intial Query completes.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void WaitForRows()
Remarks
If an error occurs while executing the Query, LastError will contain the exception. Can be cancelled if results are not returned after DEFAULT_QUERY_TIMEOUT (90 seconds).
See Also