ServerInfoDataCpuCoreUsage 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.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(Name = "cpuCoreUsage", EmitDefaultValue = false)]
public int? CpuCoreUsage { get; set; }

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