Click or drag to resize

WorkerThreadPoolMaxTimeUntilHardTerminate Property

Gets or sets the maximum time threads are given to finish when the ThreadPool is terminated before they are aborted.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public int MaxTimeUntilHardTerminate { get; set; }

Property Value

Type: Int32
The maximum time in milliseconds until hard terminate. Default 3000.
See Also