Edit

Share via


IHostEnvironmentStatistics.CpuUsage Property

Definition

Gets the host CPU usage from 0.0-100.0.

public float? CpuUsage { get; }
member this.CpuUsage : Nullable<single>
Public ReadOnly Property CpuUsage As Nullable(Of Single)

Property Value

0.7

Examples

70.0f for 70% CPU usage.

Applies to