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)

'Usage
Dim instance As PartialMonitoringObject
Dim criteria As MonitoringAlertCriteria
Dim returnValue As MonitoringAlertReader

returnValue = instance.GetMonitoringAlertReader(criteria)

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
Show: