WorkerThreadPoolMaxCpuUsage Property |
The maximum cpu usage in percent were spawning additional
worker threads is allowed
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public int MaxCpuUsage { get; set; }
Public Property MaxCpuUsage As Integer
Get
Set
public:
property int MaxCpuUsage {
int get ();
void set (int value);
}
member MaxCpuUsage : int with get, set
Property Value
Type:
Int32See Also