Edit

Share via


TestHooksHostEnvironmentStatistics Class

Definition

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.

Applies to