Click or drag to resize

AccessMode Enumeration

Specifies the allowed access to a property or method if an IThreadSafe interface

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public enum AccessMode
Members
  Member nameValueDescription
FromQueueOnly0 Access is only allowed from a block scheduled on the ActionQueue of the object
FromAnywhere1 Access is allowed from anywhere
See Also