ManagementGroup::GetMonitoringAlertResolutionState Method (Byte)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Retrieves a monitoring alert resolution state by specifying a resolution state value.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Please use OperationalData.GetMonitoringAlertResolutionState()")] MonitoringAlertResolutionState^ GetMonitoringAlertResolutionState( unsigned char resolutionState )
Parameters
- resolutionState
-
Type:
System::Byte
The value of the resolution state.
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring::MonitoringAlertResolutionState^Returns aMonitoringAlertResolutionStatevalue.
Show: