.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

  NameDescription
Public methodStatic memberQueueUserWorkItem(WaitCallback)Queues a method for execution. The method executes when a thread pool thread becomes available.
Public methodStatic memberQueueUserWorkItem(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

Tags :


Page view tracker