QueueUserWorkItem Method
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.Threading
ThreadPool Class
ThreadPool Methods
QueueUserWorkItem Method
QueueUserWorkItem Method (Wait ...
QueueUserWorkItem Method (Wait ...
ThreadPool Methods
BindHandle Method
GetAvailableThreads Method
GetMaxThreads Method
GetMinThreads Method
QueueUserWorkItem Method
RegisterWaitForSingleObject Me ...
SetMaxThreads Method
SetMinThreads Method
UnsafeQueueNativeOverlapped Me ...
UnsafeQueueUserWorkItem Method
UnsafeRegisterWaitForSingleObj ...
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
ThreadPool.QueueUserWorkItem Method
Queues a method for execution. The method executes when a thread pool thread becomes available.
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 Class
ThreadPool Members
System.Threading Namespace
Other Resources
The Managed Thread Pool
Tags :