Share via


AlertQuery.GetAlertsByResolutionStateIdAndComputer Method Overloads

Overload List

 public AlertsCollection GetAlertsByResolutionStateIdAndComputer(
    Byte resolutionStateId,
    String computerName,
    String computerDomain,
    Int32 alertCount,
    Int32 alertIndex
);
 public AlertsCollection GetAlertsByResolutionStateIdAndComputer(
    Byte resolutionStateId,
    String computerName,
    String computerDomain,
    Int32 alertCount
);
 public AlertsCollection GetAlertsByResolutionStateIdAndComputer(
    Byte resolutionStateId,
    String computerName,
    String computerDomain
);

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