SiloRuntimeStatistics.MemoryUsage 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.MemoryUsageBytes instead.
The used memory size.
public long MemoryUsage { get; }
public long? MemoryUsage { get; }
[Orleans.Id(4)]
public long? MemoryUsage { get; }
[Orleans.Id(4)]
[System.Obsolete("The will be removed, use EnvironmentStatistics.MemoryUsageBytes instead.", false)]
public long? MemoryUsage { get; }
member this.MemoryUsage : int64
member this.MemoryUsage : Nullable<int64>
[<Orleans.Id(4)>]
member this.MemoryUsage : Nullable<int64>
[<Orleans.Id(4)>]
[<System.Obsolete("The will be removed, use EnvironmentStatistics.MemoryUsageBytes instead.", false)>]
member this.MemoryUsage : Nullable<int64>
Public ReadOnly Property MemoryUsage As Long
Public ReadOnly Property MemoryUsage As Nullable(Of Long)
Property Value
- Attributes