IOperationalDataManagement.GetMonitoringAlertResolutionStates Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves all the resolution states in the system.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertResolutionState ^> ^ GetMonitoringAlertResolutionStates();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState> GetMonitoringAlertResolutionStates ();
abstract member GetMonitoringAlertResolutionStates : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertResolutionState>
Public Function GetMonitoringAlertResolutionStates () As IList(Of MonitoringAlertResolutionState)
Returns
A collection of MonitoringAlertResolutionState objects.