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.
Changes the settings for the Network Alert Manager.
Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)
Syntax
public void ChangeSettings(
    INetworkAlertManagerSettings settings
)
public:
void ChangeSettings(
    INetworkAlertManagerSettings^ settings
)
Public Sub ChangeSettings (
    settings As INetworkAlertManagerSettings
)
Parameters
- settings 
 Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.INetworkAlertManagerSettings- The INetworkAlertManagerSettings object that contains the setting changes. 
See Also
NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top