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

Inheritance: HeartbeatExtention, IDisposable
Afficher le fichier Open project: chinaboard/PureCat

Protected Properties

Свойство Type Description
_dataBytesSec System.Diagnostics.PerformanceCounter
_dict double>.Dictionary
_readBytesSec System.Diagnostics.PerformanceCounter
_writeByteSec System.Diagnostics.PerformanceCounter

Méthodes publiques

Méthode Description
DiskIO ( ) : System
Dispose ( ) : void
Refresh ( ) : void

Method Details

DiskIO() public méthode

public DiskIO ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Property Details

_dataBytesSec protected_oe property

protected PerformanceCounter,System.Diagnostics _dataBytesSec
Résultat System.Diagnostics.PerformanceCounter

_dict protected_oe property

protected Dictionary _dict
Résultat double>.Dictionary

_readBytesSec protected_oe property

protected PerformanceCounter,System.Diagnostics _readBytesSec
Résultat System.Diagnostics.PerformanceCounter

_writeByteSec protected_oe property

protected PerformanceCounter,System.Diagnostics _writeByteSec
Résultat System.Diagnostics.PerformanceCounter