PartialMonitoringObject.GetMonitoringAlertReader Method (MonitoringAlertCriteria)
Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this partial monitoring object and that meet the specified filter.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
public:
MonitoringAlertReader^ GetMonitoringAlertReader (
MonitoringAlertCriteria^ criteria
)
public MonitoringAlertReader GetMonitoringAlertReader ( MonitoringAlertCriteria criteria )
public function GetMonitoringAlertReader ( criteria : MonitoringAlertCriteria ) : MonitoringAlertReader
Parameters
- criteria
A value specifying the kind of alert reader.
Return Value
A MonitoringAlertReader object that reads the alerts associated with the PartialMonitoringObject.
Show: