SingleThreadTaskScheduler Methods |
The SingleThreadTaskScheduler type exposes the following members.
Name | Description | |
---|---|---|
ClearQueue |
Remove all tasks from the queue.
Dequeuing will happen on the current thread, not on the scheduler's thread.
| |
Dispose |
Releases all resources used by this instance.
| |
TriggerDequeue |
Executes any tasks in queue, sending a dequeue event to the thread.
|