Click or drag to resize

IDispatchQueueDispatchSync Method (Action)

Scheduled the given Action and waits for it to complete

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

Parameters

a
Type: SystemAction
The Action to schedule
See Also