次の方法で共有


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

Return Value

Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.Alert

The Alert object.

See Also

AlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top