Share via


AlertQuery.GetAlertResolutionStateUsingNumericValue Method

Retrieves a AlertResolutionState object that matches the specified numerical state value.

 public AlertResolutionState GetAlertResolutionStateUsingNumericValue(
    Byte alertResolutionStateByteValue
);

Parameters

  • alertResolutionStateByteValue
    The numerical value of the resolution state.

Return Value

The corresponding AlertResolutionState object.

Exceptions

Exception Type Condition
System.ArgumentOutOfRangeException The specified numerical resolution state is not defined.

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