次の方法で共有


IEnumerableAlertInfoExtensions Class

 

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

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.IEnumerableAlertInfoExtensions

Syntax

public static class IEnumerableAlertInfoExtensions
[ExtensionAttribute]
public ref class IEnumerableAlertInfoExtensions abstract sealed 
<ExtensionAttribute>
Public NotInheritable Class IEnumerableAlertInfoExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CountActiveCritical(IEnumerable<AlertInfo>)

Returns the count of active critical alerts in the specified IEnumerable implementation of AlertInfo objects.

System_CAPS_pubmethodSystem_CAPS_static CountActiveInformational(IEnumerable<AlertInfo>)

Returns the count of active informational alerts in the specified IEnumerable implementation of AlertInfo objects.

System_CAPS_pubmethodSystem_CAPS_static CountActiveWarning(IEnumerable<AlertInfo>)

Returns the count of active warning alerts in the specified IEnumerable implementation of AlertInfo objects.

System_CAPS_pubmethodSystem_CAPS_static GetSeverityLevel(IEnumerable<AlertInfo>)

Returns the highest severity of the alerts in the specified IEnumerable implementation of AlertInfo 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