Share via


MonitoringConnector.AcknowledgeMonitoringAlerts 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 Microsoft.EnterpriseManagement.ConnectorFramework.

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. After acknowledging alerts, you get alerts that are updated after the bookmark time that you acknowledged with.

GetMonitoringAlerts

Overload List

Name Description
MonitoringConnector.AcknowledgeMonitoringAlerts (ICollection) The monitoring connector acknowledges that it has successfully received monitoring alerts from the Microsoft.EnterpriseManagement.ConnectorFramework. The latest alert timestamp will be used.
MonitoringConnector.AcknowledgeMonitoringAlerts (DateTime) The monitoring connector acknowledges that it has successfully received monitoring alerts from the Microsoft.EnterpriseManagement.ConnectorFramework. Acknowledges alerts up until the given bookmark.

See Also

Reference

MonitoringConnector Class
MonitoringConnector Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
GetMonitoringAlerts