Click or drag to resize

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: 6.3.1
Syntax
public bool QueryCpuUsage { get; set; }

Property Value

Type: Boolean
See Also