Click or drag to resize

ManagedThreadPoolQueueUserWorkItem Method

Overload List
  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