Share via


AlertQuery.GetAlertsByResolutionStateId Method Overloads

Overload List

 public AlertsCollection GetAlertsByResolutionStateId(
    Byte resolutionStateId,
    Int32 alertCount,
    Int32 alertIndex
);
 public AlertsCollection GetAlertsByResolutionStateId(
    Byte resolutionStateId,
    Int32 alertCount
);
 public AlertsCollection GetAlertsByResolutionStateId(
    Byte resolutionStateId
);

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