PartialMonitoringObjectBase.GetMonitoringEvents Method

 

Applies To: Operations Manager for System Center 2012

Gets 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
System_CAPS_pubmethod GetMonitoringEvents()

Gets all the event objects that are related to this monitoring object.

System_CAPS_pubmethod GetMonitoringEvents(ManagementPackClass)

Gets all the event objects that are related to this monitoring object and the specified monitoring class.

System_CAPS_pubmethod GetMonitoringEvents(ManagementPackClass, TraversalDepth)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria, ManagementPackClass)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria, ManagementPackClass, TraversalDepth)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria, TraversalDepth)

Gets all the event objects that are related to this monitoring object and that meet the specified criteria.

System_CAPS_pubmethod GetMonitoringEvents(TraversalDepth)

Gets 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