Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IThreadSafe Interface
IThreadSafe Methods
DoSync Method
DoSync Method (Action)
DoSync(T) Method (Func(T))
IThreadSafe
DoSync 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#
Copy
void
DoSync
(
Action
a
)
Parameters
a
Type:
System
Action
The job to schedule
See Also
Reference
IThreadSafe Interface
DoSync Overload
Couchbase.Lite Namespace