C# 클래스 PureCat.Message.Spi.Heartbeat.Extend.DiskIO

상속: HeartbeatExtention, IDisposable
파일 보기 프로젝트 열기: chinaboard/PureCat

보호된 프로퍼티들

프로퍼티 타입 설명
_dataBytesSec System.Diagnostics.PerformanceCounter
_dict double>.Dictionary
_readBytesSec System.Diagnostics.PerformanceCounter
_writeByteSec System.Diagnostics.PerformanceCounter

공개 메소드들

메소드 설명
DiskIO ( ) : System
Dispose ( ) : void
Refresh ( ) : void

메소드 상세

DiskIO() 공개 메소드

public DiskIO ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

프로퍼티 상세

_dataBytesSec 보호되어 있는 프로퍼티

protected PerformanceCounter,System.Diagnostics _dataBytesSec
리턴 System.Diagnostics.PerformanceCounter

_dict 보호되어 있는 프로퍼티

protected Dictionary _dict
리턴 double>.Dictionary

_readBytesSec 보호되어 있는 프로퍼티

protected PerformanceCounter,System.Diagnostics _readBytesSec
리턴 System.Diagnostics.PerformanceCounter

_writeByteSec 보호되어 있는 프로퍼티

protected PerformanceCounter,System.Diagnostics _writeByteSec
리턴 System.Diagnostics.PerformanceCounter