Click or drag to resize

WorkerThreadPoolTerminateProcessing(Int32) Method

Stops processing the threads.

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

Parameters

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