IHostEnvironmentStatistics Interface
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
This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.
Functionality for accessing statistics relating to the hosting environment.
C#
public interface IHostEnvironmentStatistics
C#
[System.Obsolete("This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.")]
public interface IHostEnvironmentStatistics
type IHostEnvironmentStatistics = interface
[<System.Obsolete("This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.")>]
type IHostEnvironmentStatistics = interface
Public Interface IHostEnvironmentStatistics
- Derived
- Attributes
Available |
Gets the total memory available for allocation on the host in bytes. |
Cpu |
Gets the host CPU usage from 0.0-100.0. |
Total |
Gets the total physical memory on the host in bytes. |
Product | Versions (Obsolete) |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0 (8.1.0, 8.2.0, 9.0.0) |