ShellBrowser .Net Edition
QueryCpuUsage Property
NamespacesJam.ShellWorkerThreadPoolQueryCpuUsage
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.
Declaration Syntax
C#Visual BasicVisual C++
public bool QueryCpuUsage { get; set; }
Public Property QueryCpuUsage As Boolean
public:
property bool QueryCpuUsage {
	bool get ();
	void set (bool value);
}
See Also

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)