SystemPerformanceInfoDataTotalCpuUsagePercent Property |
Gets the total CPU usage, as a percent.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "totalCpuUsagePercent", EmitDefaultValue = false)]
public double TotalCpuUsagePercent { get; set; }
<DataMemberAttribute(Name := "totalCpuUsagePercent", EmitDefaultValue := false)>
Public Property TotalCpuUsagePercent As Double
Get
Set
public:
[DataMemberAttribute(Name = L"totalCpuUsagePercent", EmitDefaultValue = false)]
property double TotalCpuUsagePercent {
double get ();
void set (double value);
}
[<DataMemberAttribute(Name = "totalCpuUsagePercent", EmitDefaultValue = false)>]
member TotalCpuUsagePercent : float with get, set
Property Value
Type:
DoubleThe CPU usage in percent, or
-1 if the value could not be determined.
See Also