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.1
Syntax public int MaxTimeUntilHardTerminate { get; set; }
Public Property MaxTimeUntilHardTerminate As Integer
Get
Set
public:
property int MaxTimeUntilHardTerminate {
int get ();
void set (int value);
}
member MaxTimeUntilHardTerminate : int with get, set
Property Value
Type:
Int32
The maximum time in milliseconds until hard terminate. Default 3000.
See Also