Method | 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 |
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 |
return | void |
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 |
return | void |
public RecordEvent ( string configName ) : void | ||
configName | string | Name of the config |
return | void |
public RecordEvent ( string configName, MonitorReductionType monitorReductionType ) : void | ||
configName | string | Name of the config |
monitorReductionType | MonitorReductionType | Reduction type that is being used |
return | void |
public Recorder ( IDataCache cache, ISettings settings ) : System | ||
cache | IDataCache | |
settings | ISettings | |
return | System |