AlertManager.GetAlert Method (AlertInfo)
Creates an Alert object.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
protected abstract Alert GetAlert(
AlertInfo alertInfo
)
protected:
virtual Alert^ GetAlert(
AlertInfo^ alertInfo
) abstract
Protected MustOverride Function GetAlert (
alertInfo As AlertInfo
) As Alert
Parameters
alertInfo
Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.AlertInfoThe information recieved from the provider service.
Return Value
Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.Alert
The Alert object.
See Also
AlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top