EventThresholdType Enumeration
In This Topic
Specifies the type of ThresholdType for a ResponseEvent
Syntax
Members
| Member | Value | Description |
| None | 0 |
No threshold specified.
|
| PercentOfAverage | 6 |
Response is triggered when the step exceeds the specified percentage of the average execution time.
|
| PercentOfExpected | 8 |
Response is triggered when the step exceeds the specified percentage of the expected execution time.
|
| PercentOfMax | 7 |
Response is triggered when the step exceeds the specified percentage of the maximum execution time.
|
| PercentOfPrevious | 9 |
Response is triggered when the step exceeds the specified percentage of the previous instance's execution time.
|
| Seconds | 1 |
Response is triggered when the step exceeds the specified number of seconds.
|
| SecondsOverAverage | 2 |
Response is triggered when the step exceeds the average execution time by the specified number of seconds.
|
| SecondsOverExpected | 4 |
Response is triggered when the step exceeds the expected execution time by the specified number of seconds.
|
| SecondsOverMax | 3 |
Response is triggered when the step exceeds the maximum execution time by the specified number of seconds.
|
| SecondsOverPrevious | 5 |
Response is triggered when the step exceeds the previous instance's execution time by the specified number of seconds.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.EventThresholdType
See Also