|   | Managed | 
The ManagedThreadPool type exposes the following members.
 Methods
Methods
        | Name | Description | |
|---|---|---|
|     | QueueUserWorkItem(ParameterizedThreadStart) | Queues a work item for processing on the managed thread pool | 
|     | QueueUserWorkItem(ThreadStart) | Queues a work item for processing on the managed thread pool | 
|     | QueueUserWorkItem(ContextCallback, ExecutionContext) | Queues a work item for processing on the managed thread pool | 
|     | QueueUserWorkItem(ParameterizedThreadStart, Object) | Queues a work item for processing on the managed thread pool | 
|     | QueueUserWorkItem(ContextCallback, Object, ExecutionContext) | Queues a work item for processing on the managed thread pool | 
 See Also
See Also