.NET Framework Class Library
ThreadPool.QueueUserWorkItem Method
Queues a method for execution. The method executes when a thread pool thread becomes available.
ThreadPool Members
System.Threading Namespace
Overload List
| Name | Description |
|---|---|
| ThreadPool.QueueUserWorkItem (WaitCallback) | Queues a method for execution. The method executes when a thread pool thread becomes available. Supported by the .NET Compact Framework. |
| ThreadPool.QueueUserWorkItem (WaitCallback, Object) | Queues a method for execution, and specifies an object containing data to be used by the method. The method executes when a thread pool thread becomes available. Supported by the .NET Compact Framework. |
See Also
Reference
ThreadPool ClassThreadPool Members
System.Threading Namespace