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

Implementation of IAlert which retrieves values from Variables More...

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

Public Member Functions

 Alert (IVariableServices variable)
 
virtual long MaxMilliseconds (string name)
 Looks up the variable by "name" and determines how long is considered long running (variable value) More...
 
virtual bool HttpResponseAlert (HttpResponseInfo responseInfo)
 Always responds with 'false' (Will be up to each application/developer to override to customize this) More...
 

Properties

IVariableServices Variable [get]
 

Detailed Description

Implementation of IAlert which retrieves values from Variables

Constructor & Destructor Documentation

◆ Alert()

Sphyrnidae.Common.Alerts.Alert.Alert ( IVariableServices  variable)

Member Function Documentation

◆ HttpResponseAlert()

virtual bool Sphyrnidae.Common.Alerts.Alert.HttpResponseAlert ( HttpResponseInfo  responseInfo)
virtual

Always responds with 'false' (Will be up to each application/developer to override to customize this)

Parameters
responseInfoThe collected information about the Http Response
Returns
false

Implements Sphyrnidae.Common.Alerts.IAlert.

◆ MaxMilliseconds()

virtual long Sphyrnidae.Common.Alerts.Alert.MaxMilliseconds ( string  name)
virtual

Looks up the variable by "name" and determines how long is considered long running (variable value)

Parameters
nameThe name of the item being looked up
Returns
If variable found, the value of that variable. Otherwise, 0

Implements Sphyrnidae.Common.Alerts.IAlert.

Property Documentation

◆ Variable

IVariableServices Sphyrnidae.Common.Alerts.Alert.Variable
getprotected

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