ServerInfoCpuCoreUsage Property

Gets the number of CPU cores the server is using, if CPU core usage is being counted on an instance-wide basis.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public int? CpuCoreUsage { get; }

Property Value

Type: NullableInt32
If CPU core usage is being counted on an instance-wide basis, the number of CPU cores being used by the server; otherwise, .
See Also