Click or drag to resize

IThreadSafeActionQueue Property

Gets the queue that is used for scheduling operations on the object. If operations are performed outside of this queue for properties marked with FromQueueOnly a ThreadSafetyViolationException will be thrown.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
IDispatchQueue ActionQueue { get; set; }

Property Value

Type: IDispatchQueue
See Also