WorkerThreadPoolQueueUserWorkItem Method |
Name | Description | |
---|---|---|
QueueUserWorkItemT(ActionT) |
Adds an ActionT delegate call to the work item queue.
| |
QueueUserWorkItem(WaitCallback) |
Adds a user work item to the Threadpool that is immediately being processed.
| |
QueueUserWorkItemT(ActionT, T) |
Adds an ActionT delegate call to the work item queue.
| |
QueueUserWorkItem(WaitCallback, Object) |
Adds a user work item to the Threadpool that is immediately being processed.
| |
QueueUserWorkItemT(ActionT, T, String) |
Adds an ActionT delegate call to the work item queue.
| |
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.
|