C# Class PureCat.Message.Spi.Heartbeat.Extend.DiskIO

Inheritance: HeartbeatExtention, IDisposable
Mostrar archivo Open project: chinaboard/PureCat

Protected Properties

Property Type Description
_dataBytesSec System.Diagnostics.PerformanceCounter
_dict double>.Dictionary
_readBytesSec System.Diagnostics.PerformanceCounter
_writeByteSec System.Diagnostics.PerformanceCounter

Public Methods

Method Description
DiskIO ( ) : System
Dispose ( ) : void
Refresh ( ) : void

Method Details

DiskIO() public method

public DiskIO ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

Property Details

_dataBytesSec protected_oe property

protected PerformanceCounter,System.Diagnostics _dataBytesSec
return System.Diagnostics.PerformanceCounter

_dict protected_oe property

protected Dictionary _dict
return double>.Dictionary

_readBytesSec protected_oe property

protected PerformanceCounter,System.Diagnostics _readBytesSec
return System.Diagnostics.PerformanceCounter

_writeByteSec protected_oe property

protected PerformanceCounter,System.Diagnostics _writeByteSec
return System.Diagnostics.PerformanceCounter