| Icon | Member | Description |
|---|---|---|
| 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
|