C# Class ZocMonLib.Recorder

Inheritance: IRecorder
Afficher le fichier Open project: Zocdoc/ZocMon Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Record() public méthode

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
Résultat void

Record() public méthode

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
Résultat void

RecordEvent() public méthode

Record the ocurrance of a given monitor configuration.
public RecordEvent ( string configName ) : void
configName string Name of the config
Résultat void

RecordEvent() public méthode

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
Résultat void

Recorder() public méthode

public Recorder ( IDataCache cache, ISettings settings ) : System
cache IDataCache
settings ISettings
Résultat System