Table of Contents

Class ProcessorUtilizationValue

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a processor utilization value.

public class ProcessorUtilizationValue : GlobalSerializableClassicBase
Inheritance
ProcessorUtilizationValue

Constructors

ProcessorUtilizationValue()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ProcessorUtilizationValue class.

public ProcessorUtilizationValue()

ProcessorUtilizationValue(int)

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ProcessorUtilizationValue class.

public ProcessorUtilizationValue(int percentUtilization)

Parameters

percentUtilization int

The processor percent utilization.

Properties

PercentUtilization

Gets or sets the processor percent utilization.

public int PercentUtilization { get; set; }

Property Value

int

TimeGenerated

Gets or sets the date and time that the value was read.

public DateTime TimeGenerated { get; set; }

Property Value

DateTime

Methods

ToString()

Returns the processor utilization value as a human readable string.

public override string ToString()

Returns

string

The processor utilization value as a human readable string.