Share via


MonitoringAlert.GetMonitoringAlertHistory Method

Definition

Gets the associated alert history of this alert.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertHistory ^> ^ GetMonitoringAlertHistory();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertHistory> GetMonitoringAlertHistory ();
member this.GetMonitoringAlertHistory : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertHistory>
Public Function GetMonitoringAlertHistory () As ReadOnlyCollection(Of MonitoringAlertHistory)

Returns

A collection of MonitoringAlertHistory objects.

Applies to