Edit

Share via


SiloRuntimeStatistics.AvailableMemory Property

Definition

Caution

The will be removed, use EnvironmentStatistics.AvailableMemoryBytes instead.

The amount of memory available in the silo [bytes].

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

Property Value

Attributes

Applies to