QueueUserWorkItem Method
MSDN Home
MSDN
MSDN Library
Web Development
Silverlight 3
.NET Framework Class Library f ...
System.Threading Namespace
ThreadPool Class
ThreadPool Methods
QueueUserWorkItem Method
QueueUserWorkItem Method (Wait ...
QueueUserWorkItem Method (Wait ...
ThreadPool Methods
BindHandle Method
GetMaxThreads Method
GetMinThreads Method
QueueUserWorkItem Method
RegisterWaitForSingleObject Me ...
SetMaxThreads Method
SetMinThreads Method
UnsafeQueueNativeOverlapped Me ...
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library for Silverlight
ThreadPool
.
.
::
.
QueueUserWorkItem Method
Queues a method for execution. The method executes when a thread pool thread becomes available.
Overload List
Name
Description
QueueUserWorkItem(WaitCallback)
Queues a method for execution. The method executes when a thread pool thread becomes available.
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.
Top
See Also
Reference
ThreadPool Class
ThreadPool Members
System.Threading Namespace
Tags :