MonitoringAlert.GetMonitoringAlertHistory Method ()
Applies To: Operations Manager for System Center 2012
Gets a collection of MonitoringAlertHistory objects that contain the history for the alert.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<MonitoringAlertHistory> GetMonitoringAlertHistory()
public:
ReadOnlyCollection<MonitoringAlertHistory^>^ GetMonitoringAlertHistory()
member GetMonitoringAlertHistory : unit -> ReadOnlyCollection<MonitoringAlertHistory>
Public Function GetMonitoringAlertHistory As ReadOnlyCollection(Of MonitoringAlertHistory)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringAlertHistory>
Returns a ReadOnlyCollection<T> of MonitoringAlertHistory objects that contain the history for the alert.
See Also
MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top