Click or drag to resize

WorkerThreadPoolQueueUserWorkItem(WaitCallback, Object) 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 void QueueUserWorkItem(
	WaitCallback waitCallBack,
	Object state
)

Parameters

waitCallBack  WaitCallback
A WaitCallback that defines the WorkItem.
state  Object
An object that is passed to the workitem.
See Also