WorkerThreadPoolQueryCpuUsage Property |
If this property is set to true, the threadpool queries the
current overall cpu load to determine whether to start additional
threads that process the work items. .
The default value for this setting is true.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool QueryCpuUsage { get; set; }
Public Property QueryCpuUsage As Boolean
Get
Set
public:
property bool QueryCpuUsage {
bool get ();
void set (bool value);
}
member QueryCpuUsage : bool with get, set
Property Value
Type:
BooleanSee Also