MonitoringConnector.GetMonitoringAlerts Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets alerts marked for the monitoring connector.
To get a MonitoringAlert collection through a MonitoringConnector:
The monitoring connector must be set up.
The monitoring connector must be initialized.
Alerts must be present.
Alerts must be marked for the monitoring connector.
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 (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. |
See Also
Reference
MonitoringConnector Class
MonitoringConnector Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
MonitoringConnector.AcknowledgeMonitoringAlerts Method
MonitoringConnector.AcknowledgeMonitoringAlerts Method
ConnectorFrameworkProxy.AcknowledgeMonitoringAlerts Method