C# Класс ZocMonLib.Recorder

Наследование: IRecorder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Record ( string configName, System.DateTime time, double value, MonitorReductionType monitorReductionType ) : void

Record the given value to the given monitor configuration, for the given time.

Record ( string configName, double value, MonitorReductionType monitorReductionType ) : void

Record the given value to the given monitor configuration.

RecordEvent ( string configName ) : void

Record the ocurrance of a given monitor configuration.

RecordEvent ( string configName, MonitorReductionType monitorReductionType ) : void

Record the ocurrance of a given monitor configuration.

Recorder ( IDataCache cache, ISettings settings ) : System

Описание методов

Record() публичный Метод

Record the given value to the given monitor configuration, for the given time.
public Record ( string configName, System.DateTime time, double value, MonitorReductionType monitorReductionType ) : void
configName string Name of the config
time System.DateTime Time of the recrod
value double Value that is being recorded
monitorReductionType MonitorReductionType Reduction type that is being used
Результат void

Record() публичный Метод

Record the given value to the given monitor configuration.
public Record ( string configName, double value, MonitorReductionType monitorReductionType ) : void
configName string Name of the config
value double Value that is being recorded
monitorReductionType MonitorReductionType Reduction type that is being used
Результат void

RecordEvent() публичный Метод

Record the ocurrance of a given monitor configuration.
public RecordEvent ( string configName ) : void
configName string Name of the config
Результат void

RecordEvent() публичный Метод

Record the ocurrance of a given monitor configuration.
public RecordEvent ( string configName, MonitorReductionType monitorReductionType ) : void
configName string Name of the config
monitorReductionType MonitorReductionType Reduction type that is being used
Результат void

Recorder() публичный Метод

public Recorder ( IDataCache cache, ISettings settings ) : System
cache IDataCache
settings ISettings
Результат System