Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IDispatchQueue Interface
IDispatchQueue Methods
DispatchAsync Method
DispatchAsync Method (Action)
DispatchAsync(TResult) Method (Func(TResult))
IDispatchQueue
DispatchAsync Method (Action)
Schedules the given
Action
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
Task
DispatchAsync
(
Action
a
)
Parameters
a
Type:
System
Action
The
Action
to schedule
Return Value
Type:
Task
A
Task
object representing the scheduled
Action
See Also
Reference
IDispatchQueue Interface
DispatchAsync Overload
Couchbase.Lite Namespace