Click or drag to resize

IMainThreadTaskSchedulerIsMainThread Property

Gets if the currently executing thread is the main thread of the application

Namespace:  Couchbase.Lite.DI
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
bool IsMainThread { get; }

Property Value

Type: Boolean
See Also