C# Класс ZocMonLib.ZocMon

Class of static methods for recording and reducing time series data.
Показать файл Открыть проект

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

Метод Описание
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.

Seed ( string configName, MonitorReductionType monitorReductionType ) : MonitorInfo

Seed the local data for a monitor configuration.

Приватные методы

Метод Описание
ZocMon ( ) : System

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

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

Record the given value to the given monitor configuration, for the given time.
public static 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 static 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 static RecordEvent ( string configName ) : void
configName string Name of the config
Результат void

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

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

Seed() публичный статический Метод

Seed the local data for a monitor configuration.
public static Seed ( string configName, MonitorReductionType monitorReductionType ) : MonitorInfo
configName string
monitorReductionType MonitorReductionType
Результат MonitorInfo