MonitoringConnector.AcknowledgeMonitoringAlertsForTiers Method (DateTime, ICollection, IList)

Updated: April 16, 2012

The monitoring connector acknowledges that it has successfully received monitoring alerts from a collection of alerts, from all tiers, that occurred prior to the specified bookmark. The failures that occurred for the configured tiers are returned. Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringConnector Dim utcBookmarkTime As DateTime Dim tieredManagementGroupNames As ICollection(Of String) Dim failures As IList(Of ConnectorTieredOperationFailure) instance.AcknowledgeMonitoringAlertsForTiers(utcBookmarkTime, tieredManagementGroupNames, failures)Public Sub AcknowledgeMonitoringAlertsForTiers ( _ utcBookmarkTime As DateTime, _ tieredManagementGroupNames As ICollection(Of String), _ <OutAttribute> ByRef failures As IList(Of ConnectorTieredOperationFailure) _ )public void AcknowledgeMonitoringAlertsForTiers ( DateTime utcBookmarkTime, ICollection<string> tieredManagementGroupNames, out IList<ConnectorTieredOperationFailure> failures )public: void AcknowledgeMonitoringAlertsForTiers ( DateTime utcBookmarkTime, ICollection<String^>^ tieredManagementGroupNames, [OutAttribute] IList<ConnectorTieredOperationFailure^>^% failures )public void AcknowledgeMonitoringAlertsForTiers ( DateTime utcBookmarkTime, ICollection<String> tieredManagementGroupNames, /** @attribute OutAttribute() */ /** @ref */ IList<ConnectorTieredOperationFailure> failures )ParametersutcBookmarkTimeThe date and time value to which the bookmark is initially set.tieredManagementGroupNamesA collection of tiered Management Group names. Alerts for the tiered Management Groups will be acknowledged.failuresThe array of failures that may have occurred for various tiers

The monitoring connector must acknowledge that alerts have been received. Failure to acknowledge an alert will result in subsequent calls to MonitoringConnector returning previously returned alerts until its successful transmission is acknowledged by the monitoring connector.

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

All the alerts prior to the time specified by the bookmark are acknowledged.


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