Share via


AlertQuery.GetAlertsByResolutionStateIdCount Method

Counts the number of alerts with the specified resolution state.

 public int GetAlertsByResolutionStateIdCount(
    Byte resolutionStateId
);

Parameters

  • resolutionStateId
    The resolution state ID.

Return Value

The number of alerts.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom

Assembly: Microsoft.Mom.Sdk (in Microsoft.Mom.Sdk.dll)

See Also

AlertQuery Class | AlertQuery Members