Click or drag to resize

SingleThreadTaskScheduler Methods

The SingleThreadTaskScheduler type exposes the following members.

Methods
  NameDescription
Public methodClearQueue
Remove all tasks from the queue. Dequeuing will happen on the current thread, not on the scheduler's thread.
Public methodDispose
Releases all resources used by this instance.
Public methodTriggerDequeue
Executes any tasks in queue, sending a dequeue event to the thread.
Top
See Also