Click or drag to resize

DatabaseOptionsCheckThreadSafety Property

Gets or sets whether or not to add extra checks for thread safety to track down concurrency issues

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

Property Value

Type: Boolean
See Also