LocalAlertManager.GetAlert Method (AlertInfo)
Creates an Alert object.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
protected override Alert GetAlert(
AlertInfo alertInfo
)
protected:
virtual Alert^ GetAlert(
AlertInfo^ alertInfo
) override
Protected Overrides Function GetAlert (
alertInfo As AlertInfo
) As Alert
Parameters
alertInfo
Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.AlertInfoThe AlertInfo object that is received from the Alert Provider.
Return Value
Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.Alert
An instance of Alert.
See Also
LocalAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top