AlertQuery.GetAlertsByOwner Method Overloads

Overload List

 public AlertsCollection GetAlertsByOwner(
    String ownerName,
    Int32 alertCount,
    Int32 alertIndex
);
 public AlertsCollection GetAlertsByOwner(
    String ownerName,
    Int32 alertCount
);
 public AlertsCollection GetAlertsByOwner(
    String ownerName
);

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