Metric monitor state change event args. More...
Public Member Functions | |
| fm.liveswitch.MetricMonitorState | getState () |
| Gets the monitor's State. More... | |
| int | getThreshold () |
| Gets the metric's threshold value. More... | |
| float | getTrend () |
| Gets the metric's trend. More... | |
| int | getValue () |
| Gets the metric value. More... | |
| MetricMonitorStateChangeEventArgs (fm.liveswitch.MetricMonitorState state, int value, int threshold, float trend) | |
| Construct MetricMonitorStateChangeEventArgs. More... | |
Metric monitor state change event args.
| fm.liveswitch.MetricMonitorStateChangeEventArgs.MetricMonitorStateChangeEventArgs | ( | fm.liveswitch.MetricMonitorState | state, |
| int | value, | ||
| int | threshold, | ||
| float | trend | ||
| ) |
Construct MetricMonitorStateChangeEventArgs.
| state | |
| value | |
| threshold | |
| trend |
| fm.liveswitch.MetricMonitorState fm.liveswitch.MetricMonitorStateChangeEventArgs.getState | ( | ) |
Gets the monitor's State.
| int fm.liveswitch.MetricMonitorStateChangeEventArgs.getThreshold | ( | ) |
Gets the metric's threshold value.
| float fm.liveswitch.MetricMonitorStateChangeEventArgs.getTrend | ( | ) |
Gets the metric's trend.
| int fm.liveswitch.MetricMonitorStateChangeEventArgs.getValue | ( | ) |
Gets the metric value.