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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TriggerDequeue |
Executes any tasks in queue, sending a dequeue event to the thread.
|