Share via


ConnectorFrameworkProxy.GetMonitoringAlertsForTiers Method

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

Gets alerts marked for the monitoring connector from the current Management Group as well as from any additional tiers that are configured for this connector. The failures that occurred for the configured tiers are returned along with the 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 failures As ConnectorTieredOperationFailure()
Dim returnValue As ConnectorMonitoringAlert()

returnValue = instance.GetMonitoringAlertsForTiers(connectorId, failures)

Syntax

'Declaration
Public Function GetMonitoringAlertsForTiers ( _
    connectorId As Guid, _
    <OutAttribute> ByRef failures As ConnectorTieredOperationFailure() _
) As ConnectorMonitoringAlert()
public ConnectorMonitoringAlert[] GetMonitoringAlertsForTiers (
    Guid connectorId,
    out ConnectorTieredOperationFailure[] failures
)
public:
array<ConnectorMonitoringAlert^>^ GetMonitoringAlertsForTiers (
    Guid connectorId, 
    [OutAttribute] array<ConnectorTieredOperationFailure^>^% failures
)
public ConnectorMonitoringAlert[] GetMonitoringAlertsForTiers (
    Guid connectorId, 
    /** @attribute OutAttribute() */ /** @ref */ ConnectorTieredOperationFailure[] failures
)

Parameters

  • connectorId
    The globally unique identifier (GUID) for the monitoring connector to get alerts for.
  • failures
    The array of failures that may have occurred for various tiered monitoring groups.

Return Value

Returns an Array ConnectorMonitoringAlert of objects that contain the alerts for the specified monitoring connector.

Remarks

To get a ConnectorMonitoringAlert array collection through a MonitoringConnector:

  • The monitoring connector must be set up.

  • The monitoring connector must be initialized.

  • Alerts must be present.

  • Alerts must be marked for the monitoring connector.

This method gets all alerts assigned to a specific monitoring connector for each configured management tier.

This method gets alerts only from the bookmark date to the current time less 30 seconds.

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