Edit

Share via


SiloRuntimeStatistics.CpuUsage Property

Definition

Caution

The will be removed, use EnvironmentStatistics.CpuUsagePercentage instead.

The CPU utilization.

public float CpuUsage { get; }
public float? CpuUsage { get; }
[Orleans.Id(2)]
public float? CpuUsage { get; }
[Orleans.Id(2)]
[System.Obsolete("The will be removed, use EnvironmentStatistics.CpuUsagePercentage instead.", false)]
public float? CpuUsage { get; }
member this.CpuUsage : single
member this.CpuUsage : Nullable<single>
[<Orleans.Id(2)>]
member this.CpuUsage : Nullable<single>
[<Orleans.Id(2)>]
[<System.Obsolete("The will be removed, use EnvironmentStatistics.CpuUsagePercentage instead.", false)>]
member this.CpuUsage : Nullable<single>
Public ReadOnly Property CpuUsage As Single
Public ReadOnly Property CpuUsage As Nullable(Of Single)

Property Value

Attributes

Applies to