SingleThreadTaskScheduler Properties |
The SingleThreadTaskScheduler type exposes the following members.
Name | Description | |
---|---|---|
DequeueOnDispose |
Gets or sets a value indicating whether to dequeue the remaining tasks when this instance is disposed.
Dequeuing will happen on the thread callind Dispose(), not on the scheduler's thread.
| |
DequeueTimeout |
Gets or sets a value that defines the time to wait between dequeues.
| |
DisposeThreadJoinTimeout |
Gets or sets a value that defines the maximum time to wait for the thread to finish when this instance is disposed.
| |
LastDequeue |
Gets a value that indicates the last dequeue time.
| |
QueueCount |
Gets the number of currently queued tasks.
| |
WaitTimeout |
Gets or sets a value that defines the maximum time to periodically wait for stop and dequeue events to happen.
|