IMainThreadTaskScheduler Interface |
Namespace: Couchbase.Lite.DI
public interface IMainThreadTaskScheduler
The IMainThreadTaskScheduler type exposes the following members.
| Name | Description | |
|---|---|---|
| IsMainThread |
Gets if the currently executing thread is the main thread
of the application
|
| Name | Description | |
|---|---|---|
| AsTaskScheduler |
Returns the object as a TaskScheduler so that
it can be used for various .NET framework methods
|