TestHooksHostEnvironmentStatistics Class
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.
A fake, test-only implementation of IHostEnvironmentStatistics.
public class TestHooksHostEnvironmentStatistics : Orleans.Statistics.IHostEnvironmentStatistics
type TestHooksHostEnvironmentStatistics = class
interface IHostEnvironmentStatistics
Public Class TestHooksHostEnvironmentStatistics
Implements IHostEnvironmentStatistics
- Inheritance
-
TestHooksHostEnvironmentStatistics
- Implements
Constructors
TestHooksHostEnvironmentStatistics() |
Properties
AvailableMemory |
Gets the total memory available for allocation on the host in bytes. |
CpuUsage |
Gets the host CPU usage from 0.0-100.0. |
TotalPhysicalMemory |
Gets the total physical memory on the host in bytes. |