ThreadPool.QueueUserWorkItem Method
.NET Framework 3.0
Queues a method for execution. The method executes when a thread pool thread becomes available.
ThreadPool Members
System.Threading Namespace
| 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. |
Reference
ThreadPool ClassThreadPool Members
System.Threading Namespace