Click or drag to resize

IThreadSafeDoSync Method (Action)

Convenience method for scheduling and waiting for a job on this object's queue

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

Parameters

a
Type: SystemAction
The job to schedule
See Also