Share via


ConnectorFrameworkProxy.AcknowledgeMonitoringAlertsForTiers Method

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

The monitoring connector acknowledges that it has successfully received monitoring alerts from the ConnectorFrameworkProxy for all tiered Management Groups. It acknowledges alerts that occur until the given bookmark time. The failures that occurred for the configured tiers are returned.

Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As ConnectorFrameworkProxy
Dim connectorId As Guid
Dim utcBookmarkTime As DateTime
Dim failures As ConnectorTieredOperationFailure()

instance.AcknowledgeMonitoringAlertsForTiers(connectorId, utcBookmarkTime, failures)

Syntax

'Declaration
Public Sub AcknowledgeMonitoringAlertsForTiers ( _
    connectorId As Guid, _
    utcBookmarkTime As DateTime, _
    <OutAttribute> ByRef failures As ConnectorTieredOperationFailure() _
)
public void AcknowledgeMonitoringAlertsForTiers (
    Guid connectorId,
    DateTime utcBookmarkTime,
    out ConnectorTieredOperationFailure[] failures
)
public:
void AcknowledgeMonitoringAlertsForTiers (
    Guid connectorId, 
    DateTime utcBookmarkTime, 
    [OutAttribute] array<ConnectorTieredOperationFailure^>^% failures
)
public void AcknowledgeMonitoringAlertsForTiers (
    Guid connectorId, 
    DateTime utcBookmarkTime, 
    /** @attribute OutAttribute() */ /** @ref */ ConnectorTieredOperationFailure[] failures
)

Parameters

  • connectorId
    A globally unique identifier (GUID) for the monitoring connector.
  • utcBookmarkTime
    A timestamp bookmark.
  • failures
    The array of failures that may have occurred for various tiered monitoring groups.

Remarks

The monitoring connector must acknowledge that alerts have been received. Failure to acknowledge an alert will result in subsequent calls to GetMonitoringAlerts returning alerts that have already been returned.

After acknowledging alerts, you get alerts that are updated after the bookmark time that you acknowledged with.

Use server time rather than the current client time for the bookmark time. Choose the maximum time of the alerts you are acknowledging. Use the maximum value of the LastModified property to ensure no data loss.

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