MonitoringConnector.AcknowledgeMonitoringAlerts Method
Applies To: Operations Manager for System Center 2012
The monitoring connector acknowledges that it has successfully received monitoring alerts from the Microsoft.EnterpriseManagement.ConnectorFramework.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
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. |
|
AcknowledgeMonitoringAlerts(ICollection<ConnectorMonitoringAlert>) | The monitoring connector acknowledges that it has successfully received monitoring alerts from the Microsoft.EnterpriseManagement.ConnectorFramework. The latest alert timestamp will be used. |
Remarks
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.
See Also
GetMonitoringAlerts
MonitoringConnector Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
Return to top