Interface IMainThreadTaskScheduler
An interface for an object that can behave as a System.
Namespace: Couchbase.Lite.DI
Assembly: Couchbase.Lite.dll
Syntax
public interface IMainThreadTaskScheduler
Properties
| Improve this Doc View SourceIsMainThread
Gets if the currently executing thread is the main thread of the application
Declaration
bool IsMainThread { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceAsTaskScheduler()
Returns the object as a System.
Declaration
TaskScheduler AsTaskScheduler()
Returns
Type | Description |
---|---|
System. |
The main thread scheduler cast to a System. |