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.
Represents the operations that can be performed on an IEnumerable implementation of Alert objects.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.IEnumerableAlertExtensions
Syntax
public static class IEnumerableAlertExtensions
[ExtensionAttribute]
public ref class IEnumerableAlertExtensions abstract sealed
<ExtensionAttribute>
Public NotInheritable Class IEnumerableAlertExtensions
Methods
Name | Description | |
---|---|---|
![]() ![]() |
CountActiveCritical(IEnumerable<Alert>) | Returns the count of active critical alerts in the specified IEnumerable implementation of Alert objects. |
![]() ![]() |
CountActiveInformational(IEnumerable<Alert>) | Returns the count of active informational alerts in the specified IEnumerable implementation of Alert objects. |
![]() ![]() |
CountActiveWarning(IEnumerable<Alert>) | Returns the count of active warning alerts in the specified IEnumerable implementation of Alert objects. |
![]() ![]() |
GetSeverityLevel(IEnumerable<Alert>) | Returns the highest severity of the alerts in the specified IEnumerable implementation of Alert objects. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top