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; }<DataMemberAttribute(Name := "cpuCoreUsage", EmitDefaultValue := false)>
Public Property CpuCoreUsage As Integer?
Get
Set
public:
[DataMemberAttribute(Name = L"cpuCoreUsage", EmitDefaultValue = false)]
property Nullable<int> CpuCoreUsage {
Nullable<int> get ();
void set (Nullable<int> value);
}[<DataMemberAttribute(Name = "cpuCoreUsage", EmitDefaultValue = false)>]
member CpuCoreUsage : Nullable<int> with 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