Gets alerts marked for the monitoring connector.

To get a MonitoringAlert collection through a MonitoringConnector:

Overload List

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 (Int32) Gets alerts marked for the monitoring connector. The retrieved array is limited to the batchSize parameter.
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.

See Also


Send comments about this topic to Microsoft.