Click or drag to resize

QueryRunAsync Method

Runs the Query asynchronously and will notified Completed event handlers on completion.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Task<QueryEnumerator> RunAsync()

Return Value

Type: TaskQueryEnumerator
The async task.
See Also