ShellBrowser .Net Edition
QueueUserWorkItem Method
NamespacesJam.ShellWorkerThreadPoolQueueUserWorkItem()()()
Members
IconMemberDescription
QueueUserWorkItem<(Of <(T>)>)(Action<(Of <(T>)>))
Adds an Action<(Of <(T>)>) delegate call to the work item queue

QueueUserWorkItem<(Of <(T>)>)(Action<(Of <(T>)>), T)
Adds an Action<(Of <(T>)>) delegate call to the work item queue

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

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)