Sphyrnidae Common Library  2.0.1
Shared Utilities/Library
Sphyrnidae.Common.Alerts.AlertNone Class Reference

If you don't wish to have alerts in the system More...

Inheritance diagram for Sphyrnidae.Common.Alerts.AlertNone:
Sphyrnidae.Common.Alerts.IAlert

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...
 

Detailed Description

If you don't wish to have alerts in the system

Member Function Documentation

◆ HttpResponseAlert()

bool Sphyrnidae.Common.Alerts.AlertNone.HttpResponseAlert ( HttpResponseInfo  responseInfo)

Always responds with 'false'

Parameters
responseInfoThe collected information about the Http Response
Returns
false

Implements Sphyrnidae.Common.Alerts.IAlert.

◆ MaxMilliseconds()

long Sphyrnidae.Common.Alerts.AlertNone.MaxMilliseconds ( string  name)

Always responds with 0 (only a value of 1 or more will trigger an alert)

Parameters
nameThe name of the item being looked up
Returns
0

Implements Sphyrnidae.Common.Alerts.IAlert.


The documentation for this class was generated from the following file: