IEnumerableAlertInfoExtensions Class
Represents the operations that can be performed on an IEnumerable implementation of AlertInfo objects.
Assembly: AlertFramework (in AlertFramework.dll)
System::Object
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework::IEnumerableAlertInfoExtensions
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework::IEnumerableAlertInfoExtensions
| Name | Description | |
|---|---|---|
![]() ![]() | CountActiveCritical(IEnumerable<AlertInfo^>^) | Returns the count of active critical alerts in the specified IEnumerable implementation of AlertInfo objects. |
![]() ![]() | CountActiveInformational(IEnumerable<AlertInfo^>^) | Returns the count of active informational alerts in the specified IEnumerable implementation of AlertInfo objects. |
![]() ![]() | CountActiveWarning(IEnumerable<AlertInfo^>^) | Returns the count of active warning alerts in the specified IEnumerable implementation of AlertInfo objects. |
![]() ![]() | GetSeverityLevel(IEnumerable<AlertInfo^>^) | Returns the highest severity of the alerts in the specified IEnumerable implementation of AlertInfo objects. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

