![]() |
Sphyrnidae Common Library
2.0.1
Shared Utilities/Library
|
If you don't wish to have alerts in the system More...
Public Member Functions | |
| bool | HttpResponseAlert (HttpResponseInfo responseInfo) |
| Always responds with 'false' More... | |
| long | MaxMilliseconds (string name) |
| Always responds with 0 (only a value of 1 or more will trigger an alert) More... | |
If you don't wish to have alerts in the system
| bool Sphyrnidae.Common.Alerts.AlertNone.HttpResponseAlert | ( | HttpResponseInfo | responseInfo | ) |
Always responds with 'false'
| responseInfo | The collected information about the Http Response |
Implements Sphyrnidae.Common.Alerts.IAlert.
| long Sphyrnidae.Common.Alerts.AlertNone.MaxMilliseconds | ( | string | name | ) |
Always responds with 0 (only a value of 1 or more will trigger an alert)
| name | The name of the item being looked up |
Implements Sphyrnidae.Common.Alerts.IAlert.