Click or drag to resize

WorkerThreadPoolQueueUserWorkItem(WaitCallback) Method

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.2
Syntax
public IWorkItem QueueUserWorkItem(
	WaitCallback waitCallBack
)

Parameters

waitCallBack  WaitCallback
A WaitCallback that defines the WorkItem.

Return Value

IWorkItem
The IWorkItem that has been queued.
See Also