Click or drag to resize

WorkerThreadPoolTerminateProcessing Method (Boolean)

Stops processing work items that are queued.

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

Parameters

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