Click or drag to resize

ManagedThreadPool Methods

The ManagedThreadPool type exposes the following members.

Methods
  Name Description
Public method Static member QueueUserWorkItem(ParameterizedThreadStart) Queues a work item for processing on the managed thread pool
Public method Static member QueueUserWorkItem(ThreadStart) Queues a work item for processing on the managed thread pool
Public method Static member QueueUserWorkItem(ContextCallback, ExecutionContext) Queues a work item for processing on the managed thread pool
Public method Static member QueueUserWorkItem(ParameterizedThreadStart, Object) Queues a work item for processing on the managed thread pool
Public method Static member QueueUserWorkItem(ContextCallback, Object, ExecutionContext) Queues a work item for processing on the managed thread pool
Top
See Also