Share via


AlertQuery.GetAlerts Method Overloads

Overload List

 public AlertsCollection GetAlerts(
    AlertQueryExpression alertQueryExpression,
    Int32 alertCount,
    Int32 alertIndex,
    AlertQuery.SortColumn sortColumn,
    AlertQuery.SortOrder sortOrder,
    String computerGroupName
);
 public AlertsCollection GetAlerts(
    AlertQueryExpression alertQueryExpression,
    Int32 alertCount,
    Int32 alertIndex
);
 public AlertsCollection GetAlerts(
    AlertQueryExpression alertQueryExpression,
    Int32 alertCount
);
 public AlertsCollection GetAlerts(
    AlertQueryExpression alertQueryExpression
);
 public AlertsCollection GetAlerts();

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