Click or drag to resize

WorkerThreadPoolAddWorkItem Method (IWorkItem, Boolean)

Adds a work item to the internal queue but does not yet start processing them, see StartProcessing for that.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public void AddWorkItem(
	IWorkItem workItem,
	bool immediatelyStartProcessing
)

Parameters

workItem
Type: Jam.ShellIWorkItem
immediatelyStartProcessing
Type: SystemBoolean
if true, starts processing the item immediately
See Also