Worker |
| Name | Description | |
|---|---|---|
| QueueUserWorkItem(WaitCallback) | Adds a user work item to the Threadpool that is immediately being processed. | |
| QueueUserWorkItem(WaitCallback, Object) | Adds a user work item to the Threadpool that is immediately being processed. | |
| QueueUserWorkItem(WaitCallback, Object, Int32) | Adds a user work item to the Threadpool that is immediately being processed and tagged with the given handle. | |
| QueueUserWorkItem(WaitCallback, Object, Int32, Int32) | Adds a user work item to the Threadpool that is processed after the given time and tagged with the given handle. | |
| QueueUserWorkItemT(ActionT) | Adds an ActionT delegate call to the work item queue. | |
| QueueUserWorkItemT(ActionT, T) | Adds an ActionT delegate call to the work item queue. | |
| QueueUserWorkItemT(ActionT, T, String) | Adds an ActionT delegate call to the work item queue. |