WorkerThreadPoolAddWorkItem Method |
Name | Description | |
---|---|---|
![]() | AddWorkItem(IWorkItem) |
Adds a work item to the internal queue but and immediately
starts processing the item, see also AddWorkItem(IWorkItem, Boolean) and StartProcessing.
|
![]() | AddWorkItem(IWorkItem, Boolean) |
Adds a work item to the internal queue but does not yet
start processing them, see StartProcessing for that.
|