Click or drag to resize

WorkerThreadPoolTerminateProcessing Method (Int32)

Stops processing the threads.

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

Parameters

millis
Type: SystemInt32
Milliseconds running threads are given to finish their work before they are aborted.
See Also