Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top