WorkerThreadPool Events |
The WorkerThreadPool type exposes the following members.
| Name | Description | |
|---|---|---|
| AllWorkItemsDone |
This event occurs if the threads finished processing all workitems,
it happens from a different thread context. So do not perform gui operations
directly.
| |
| NewWorkItemEvent |
This event occurs if a new work item begins to process
|