MonitoringConnector.GetMonitoringAlerts Method

Updated: April 16, 2012

Gets alerts marked for the monitoring connector.

To get a MonitoringAlert collection through a MonitoringConnector:

  1. The monitoring connector must be set up.

  2. The monitoring connector must be initialized.

  3. Alerts must be present.

  4. Alerts must be marked for the monitoring connector.

Name Description
MonitoringConnector.GetMonitoringAlerts () Gets alerts marked for the monitoring connector.
MonitoringConnector.GetMonitoringAlerts (DateTime) Gets alerts marked for the monitoring connector where the timestamp is after the specified bookmark.
MonitoringConnector.GetMonitoringAlerts (DateTime, Int32) Gets alerts marked for the monitoring connector. You also specify a timestamp bookmark, and all alerts with a timestamp after the bookmark will be returned. The retrieved array is limited to the batchSize parameter.
MonitoringConnector.GetMonitoringAlerts (Int32) Gets alerts marked for the monitoring connector. The retrieved array is limited to the batchSize parameter.