次の方法で共有


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

Return Value

Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.Alert

An instance of Alert.

See Also

LocalAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top