![]() |
Sphyrnidae Common Library
2.0.1
Shared Utilities/Library
|
This will retrieve information necessary for sending alerts More...
Public Member Functions | |
long | MaxMilliseconds (string name) |
How to determine how long something is considered to be "long running" More... | |
bool | HttpResponseAlert (HttpResponseInfo responseInfo) |
Application specific request on if this should cause an alert More... | |
This will retrieve information necessary for sending alerts
bool Sphyrnidae.Common.Alerts.IAlert.HttpResponseAlert | ( | HttpResponseInfo | responseInfo | ) |
Application specific request on if this should cause an alert
responseInfo | The collected information about the Http Response |
Implemented in Sphyrnidae.Common.Alerts.AlertNone, and Sphyrnidae.Common.Alerts.Alert.
long Sphyrnidae.Common.Alerts.IAlert.MaxMilliseconds | ( | string | name | ) |
How to determine how long something is considered to be "long running"
name | The name of the item being looked up |
Implemented in Sphyrnidae.Common.Alerts.AlertNone, and Sphyrnidae.Common.Alerts.Alert.