NetworkAlertManager.ChangeSettings Method (INetworkAlertManagerSettings)
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.INetworkAlertManagerSettingsThe INetworkAlertManagerSettings object that contains the setting changes.
See Also
NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top