SiloRuntimeStatistics.AvailableMemory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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