Share via


ManagementGroup.GetMonitoringAlertResolutionStates Method

Definition

Caution

Please use OperationalData.GetMonitoringAlertResolutionStates()

Retrieves all the resolution states in the system.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertResolutionState ^> ^ GetMonitoringAlertResolutionStates();
[System.Obsolete("Please use OperationalData.GetMonitoringAlertResolutionStates()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState> GetMonitoringAlertResolutionStates ();
member this.GetMonitoringAlertResolutionStates : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState>
Public Function GetMonitoringAlertResolutionStates () As ReadOnlyCollection(Of MonitoringAlertResolutionState)

Returns

A collection of MonitoringAlertResolutionState objects.

Attributes

Applies to