Click or drag to resize

WorkerThreadPoolTerminateProcessing(Boolean) Method

Stops processing work items that are queued.

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

Parameters

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