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