C# Class CogMon.Services.EventStats.PersistentPerfCounterManager

Inheritance: IPerfCounters
Mostrar archivo Open project: lafar6502/cogmon

Public Methods

Method Description
AddEvent ( string id, int value ) : void
GetCurrentStats ( string counterId, bool reset ) : PerfCounterStats
GetPerfCounterNames ( ) : IList

Method Details

AddEvent() public method

public AddEvent ( string id, int value ) : void
id string
value int
return void

GetCurrentStats() public method

public GetCurrentStats ( string counterId, bool reset ) : PerfCounterStats
counterId string
reset bool
return CogMon.Lib.DataSeries.PerfCounterStats

GetPerfCounterNames() public method

public GetPerfCounterNames ( ) : IList
return IList