Share via


Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

 

The Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework namespace provides a set of APIs for managing health alerts.

Classes

Class Description
System_CAPS_pubclass Alert

Represents a Network Health Alert.

System_CAPS_pubclass AlertConstants

Contains the constants used in the network health alerts.

System_CAPS_pubclass AlertInfo

Do not use this class. Provides information about a network health alert.

System_CAPS_pubclass AlertManager

Base class that contains the common operations used by the LocalAlertManager and NetworkAlertManager.

System_CAPS_pubclass AlertObjectExpiredException

Represents the errors that occur with the alert object has expired.

System_CAPS_pubclass AlertProviderException

Represents the errors that occur with the Alert Provider operations.

System_CAPS_pubclass AlertSynchProviderClient

Enables the implementation of an alert subsystem that synchronizes alerts with the Alert Provider.

System_CAPS_pubclass ClientHealthActivity

Represents the service application that will host the IAlertAgentProviderService provider service on every client machine in the network.

System_CAPS_pubclass EvaluateAlertsCompletedEventArgs

Represents the arguments for the EvaluateAlertsCompleted and EvaluateAllAlertsCompleted events.

System_CAPS_pubclass GetAlertsCompletedEventArgs

Represents the arguments for the GetAllLocalAlertsCompleted event of the LocalAlertManager object or the GetAllNetworkAlertsCompleted event of the NetworkAlertManager object.

System_CAPS_pubclass HealthScheduledTask

Represents the operations that are used by scheduled tasks.

System_CAPS_pubclass IEnumerableAlertExtensions

Represents the operations that can be performed on an IEnumerable implementation of Alert objects.

System_CAPS_pubclass IEnumerableAlertInfoExtensions

Represents the operations that can be performed on an IEnumerable implementation of AlertInfo objects.

System_CAPS_pubclass LocalAlertManager

Represents the object that is used to locally manage alerts.

System_CAPS_pubclass NetworkAlertManager

Represets the object that is used to manage network alerts.

System_CAPS_pubclass NetworkAlertManagerUserSettings

Represents the settings for the Network Alert Manager.

System_CAPS_pubclass RaiseAlertCompletedEventArgs

Represents the arguments for the RaiseLocalAlertCompleted event of the LocalAlertManager object.

System_CAPS_pubclass ReadOnlyAlertCollection

Represents the properties for a ReadOnlyObservableCollection of Alert objects.

System_CAPS_pubclass ServerHealthActivity

Describes the health activity of a server.

System_CAPS_pubclass UserContextTask

Defines a task that the user can run.

Interfaces

Interface Description
System_CAPS_pubinterface INetworkAlertManagerSettings

Represents the filter for Alert Manager settings.

Enumerations

Enumeration Description
System_CAPS_pubenum AlertFilterType

Indicates the level of alert visibility.

System_CAPS_pubenum TaskType

Describes the alert framework task types.

Return to top