Share via


ConnectorFrameworkProxy.GetMonitoringAlertHistoryByAlertIds Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As ConnectorFrameworkProxy
Dim connectorId As Guid
Dim alertIds As Guid()
Dim returnValue As MonitoringAlertHistory()

returnValue = instance.GetMonitoringAlertHistoryByAlertIds(connectorId, alertIds)

Syntax

'Declaration
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[]

Parameters

  • connectorId
    The globally unique identifier (GUID) for the monitoring connector to get alert history for.
  • alertIds
    An array of GUIDS, used to identify the alerts to get history for.

Return Value

Returns an Array MonitoringAlertHistory of objects that contain the alert history for the specified monitoring connector.

Remarks

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

Thread Safety

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ConnectorFrameworkProxy Class
ConnectorFrameworkProxy Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace