Click or drag to resize

WorkerThreadPool.TerminateProcessing Method (Boolean)

Stops processing work items that are queued.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public void TerminateProcessing(
	bool force
)

Parameters

force
Type: System.Boolean
if set to true busy threads are aborted after the timespan given in MaxTimeUntilHardTerminate.
See Also