Click or drag to resize

IDispatchQueueDispatchAsync Method (Action)

Schedules the given Action

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Task DispatchAsync(
	Action a
)

Parameters

a
Type: SystemAction
The Action to schedule

Return Value

Type: Task
A Task object representing the scheduled Action
See Also