Click or drag to resize

WorkerThreadPool Events

The WorkerThreadPool type exposes the following members.

Events
  NameDescription
Public eventAllWorkItemsDone
This event occurs if the threads finished processing all workitems, it happens from a different thread context. So do not perform gui operations directly.
Public eventNewWorkItemEvent
This event occurs if a new work item begins to process
Top
See Also