IThreadSafeDoAsync Method (Action) |
Convenience method for asynchronously scheduling a job for this
object
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax Parameters
- a
- Type: SystemAction
The job to schedule
Return Value
Type:
TaskAn awaitable task representing the scheduled job
See Also