Share via


ManagementGroup.GetMonitoringEventReader Method

 

Applies To: Operations Manager for System Center 2012

Retrieves a reader for event objects.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringEventReader()

Obsolete.Retrieves a reader for all event objects.

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringClass)

Obsolete.Retrieves a reader for the events of the specified class.

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringClass, TraversalDepth)

Obsolete.Retrieves a reader for the monitoring events of the specified class instances, with the option to include instances of derived classes.

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringEventCriteria)

Obsolete.Retrieves a reader for the events that match the specified filter.

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringEventCriteria, MonitoringClass)

Obsolete.Retrieves a reader for the monitoring events of the specified class that match the specified filter.

System_CAPS_pubmethod GetMonitoringEventReader(MonitoringEventCriteria, MonitoringClass, TraversalDepth)

Obsolete.Retrieves a reader for the monitoring events of the specified class instances that match the specified filter, with the option to include instances of derived classes.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top