A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite
Query Class
Query Methods
RunAsync Method
RunAsync Method
RunAsync Method (Func(QueryEnumerator), CancellationToken)
Query
RunAsync Method (Func
QueryEnumerator
, CancellationToken)
Runs
Query
function 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#
Copy
public
Task
<
QueryEnumerator
>
RunAsync
(
Func
<
QueryEnumerator
>
run
,
CancellationToken
token
)
Parameters
run
Type:
System
Func
QueryEnumerator
Query's Run function
token
Type:
System.Threading
CancellationToken
CancellationToken token.
Return Value
Type:
Task
QueryEnumerator
The async task.
See Also
Reference
Query Class
RunAsync Overload
Couchbase.Lite Namespace