WorkerThreadPoolMaxBusyTime Property |
The maximum time a thread may be busy until it is aborted.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic int MaxBusyTime { get; set; }Public Property MaxBusyTime As Integer
Get
Set
public:
property int MaxBusyTime {
int get ();
void set (int value);
}member MaxBusyTime : int with get, set
Property Value
Int32
See Also