ManagementGroup.GetMonitoringEvents Method

 

Applies To: Operations Manager for System Center 2012

Retrieves monitoring events.

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

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringEvents()

Obsolete.Retrieves a collection of all the monitoring events.

System_CAPS_pubmethod GetMonitoringEvents(MonitoringClass)

Obsolete.Retrieves a collection of monitoring events for the specified scope.

System_CAPS_pubmethod GetMonitoringEvents(MonitoringClass, TraversalDepth)

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

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria)

Obsolete.Retrieves a collection of monitoring events that match the specified filter.

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria, MonitoringClass)

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

System_CAPS_pubmethod GetMonitoringEvents(MonitoringEventCriteria, MonitoringClass, TraversalDepth)

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

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top