Overload List
| Name | Description | |
|---|---|---|
| ProcessNextTask()()()() |
Processed the next available task.
Only call this inside the thread you want the tasks to process to be processed.
| |
| ProcessNextTask(WaitHandle) |
Processes the next available tasks and returns true when it has been processed and false otherwise.
This method will block until th exitHandle has been set or a task should be processed.
Only call this inside the thread you want the tasks to process to be processed.
|