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 | |
---|---|---|
GetMonitoringEventReader() | Obsolete.Retrieves a reader for all event objects. |
|
GetMonitoringEventReader(MonitoringClass) | Obsolete.Retrieves a reader for the events of the specified class. |
|
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. |
|
GetMonitoringEventReader(MonitoringEventCriteria) | Obsolete.Retrieves a reader for the events that match the specified filter. |
|
GetMonitoringEventReader(MonitoringEventCriteria, MonitoringClass) | Obsolete.Retrieves a reader for the monitoring events of the specified class that match the specified filter. |
|
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