PartialMonitoringObjectBase.GetMonitoringEventReader Method
Applies To: Operations Manager for System Center 2012
Gets an event reader object that allows you to read all the event objects that are related to this monitoring object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringEventReader() | Gets an event reader object that allows you to read all the event objects that are related to this monitoring object. |
|
GetMonitoringEventReader(ManagementPackClass) | Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and the specified monitoring class. |
|
GetMonitoringEventReader(ManagementPackClass, TraversalDepth) | Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringEventReader(MonitoringEventCriteria) | Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringEventReader(MonitoringEventCriteria, ManagementPackClass) | Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringEventReader(MonitoringEventCriteria, ManagementPackClass, TraversalDepth) | Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringEventReader(MonitoringEventCriteria, TraversalDepth) | Gets an event reader object that allows you to read all the event objects that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringEventReader(TraversalDepth) | Gets an event reader object that allows you to read all the event objects that are related to this monitoring object, and optionally events that are related to all the monitoring objects that are contained by this object. |
See Also
PartialMonitoringObjectBase Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top