Click or drag to resize

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
C#
Task DoAsync(
	Action a
)

Parameters

a
Type: SystemAction
The job to schedule

Return Value

Type: Task
An awaitable task representing the scheduled job
See Also