ConnectorFrameworkProxy.GetMonitoringAlertHistoryByAlertIds Method

Updated: April 16, 2012

Gets the alert history for the specified monitoring connector and the specified alerts. Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ConnectorFrameworkProxy Dim connectorId As Guid Dim alertIds As Guid() Dim returnValue As MonitoringAlertHistory() returnValue = instance.GetMonitoringAlertHistoryByAlertIds(connectorId, alertIds)Public Function GetMonitoringAlertHistoryByAlertIds ( _ connectorId As Guid, _ alertIds As Guid() _ ) As MonitoringAlertHistory()public MonitoringAlertHistory[] GetMonitoringAlertHistoryByAlertIds ( Guid connectorId, Guid[] alertIds )public: array<MonitoringAlertHistory^>^ GetMonitoringAlertHistoryByAlertIds ( Guid connectorId, array<Guid>^ alertIds )public MonitoringAlertHistory[] GetMonitoringAlertHistoryByAlertIds ( Guid connectorId, Guid[] alertIds )public function GetMonitoringAlertHistoryByAlertIds ( connectorId : Guid, alertIds : Guid[] ) : MonitoringAlertHistory[]ParametersconnectorIdThe globally unique identifier (GUID) for the monitoring connector to get alert history for.alertIdsAn array of GUIDS, used to identify the alerts to get history for.Return ValueReturns an Array MonitoringAlertHistory of objects that contain the alert history for the specified monitoring connector.

Alert history is maintained for each alert. You can specify which alert histories to get by providing an array of alert identifiers.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms