C# 클래스 TabMon.Counters.Perfmon.PerfmonCounter

Represents a Perfmon counter on a machine, possible remote. This is a thin wrapper over the existing System.Diagnostics PerformanceCounter class.
상속: ICounter, IDisposable
파일 보기 프로젝트 열기: tableau/TabMon 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
PerfmonCounter ( Host host, CounterLifecycleType lifecycleType, string counterCategory, string counterName, string instance, string unit ) : System
Sample ( ) : ICounterSample

Sample this Perfmon counter.

ToString ( ) : string

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PerfmonCounter() 공개 메소드

public PerfmonCounter ( Host host, CounterLifecycleType lifecycleType, string counterCategory, string counterName, string instance, string unit ) : System
host Host
lifecycleType CounterLifecycleType
counterCategory string
counterName string
instance string
unit string
리턴 System

Sample() 공개 메소드

Sample this Perfmon counter.
public Sample ( ) : ICounterSample
리턴 ICounterSample

ToString() 공개 메소드

public ToString ( ) : string
리턴 string