Click or drag to resize

WorkerThreadPoolQueueUserWorkItem Method (WaitCallback)

Adds a user work item to the Threadpool that is immediately being processed.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public IWorkItem QueueUserWorkItem(
	WaitCallback waitCallBack
)

Parameters

waitCallBack
Type: System.ThreadingWaitCallback
A WaitCallback that defines the WorkItem.

Return Value

Type: IWorkItem
The IWorkItem that has been queued.
See Also