메소드 | 설명 | |
---|---|---|
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 ) : |
Seed the local data for a monitor configuration.
|
메소드 | 설명 | |
---|---|---|
ZocMon ( ) : System |
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 |
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 |
public static RecordEvent ( string configName ) : void | ||
configName | string | Name of the config |
리턴 | void |
public static RecordEvent ( string configName, MonitorReductionType monitorReductionType ) : void | ||
configName | string | Name of the config |
monitorReductionType | MonitorReductionType | Reduction type that is being used |
리턴 | void |
public static Seed ( string configName, MonitorReductionType monitorReductionType ) : |
||
configName | string | |
monitorReductionType | MonitorReductionType | |
리턴 |