Click or drag to resize

WorkerThreadPoolQueueUserWorkItem Method

Overload List
 NameDescription
Public methodQueueUserWorkItem(WaitCallback) Adds a user work item to the Threadpool that is immediately being processed.
Public methodQueueUserWorkItem(WaitCallback, Object) Adds a user work item to the Threadpool that is immediately being processed.
Public methodQueueUserWorkItem(WaitCallback, Object, Int32) Adds a user work item to the Threadpool that is immediately being processed and tagged with the given handle.
Public methodQueueUserWorkItem(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.
Public methodQueueUserWorkItemT(ActionT) Adds an ActionT delegate call to the work item queue.
Public methodQueueUserWorkItemT(ActionT, T) Adds an ActionT delegate call to the work item queue.
Public methodQueueUserWorkItemT(ActionT, T, String) Adds an ActionT delegate call to the work item queue.
Top
See Also