Share via


IOperationalDataManagement.GetPartialMonitoringEventReader Method

 

Applies To: Operations Manager for System Center 2012

Retrieves a PartialMonitoringEventReader object for accessing MonitoringEvent objects.

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

Overload List

Name Description
System_CAPS_pubmethod GetPartialMonitoringEventReader(EnterpriseManagementObject, ManagementPackClass, TraversalDepth, MonitoringEventProperty[])

Obsolete.Retrieves a PartialMonitoringEventReader object for accessing MonitoringEvent objects in the ManagementGroup object. The returned MonitoringEvent objects are scoped to a specific PartialMonitoringObject, a ManagementPackClass object, the TraversalDepth object, and the MonitoringEventProperty properties.

System_CAPS_pubmethod GetPartialMonitoringEventReader(EnterpriseManagementObject, MonitoringEventCriteria, ManagementPackClass, TraversalDepth, MonitoringEventProperty[])

Obsolete.Retrieves a PartialMonitoringEventReader object for accessing MonitoringEvent objects in the ManagementGroup object. The returned MonitoringEvent objects are scoped to a specific PartialMonitoringObject object, the MonitoringEventCriteria object, the ManagementPackClass object, and the MonitoringEventProperty properties.

System_CAPS_pubmethod GetPartialMonitoringEventReader(EnterpriseManagementObject, MonitoringEventCriteria, TraversalDepth, MonitoringEventProperty[])

Obsolete.Retrieves a PartialMonitoringEventReader object for accessing MonitoringEvent objects in the ManagementGroup object. The returned MonitoringEvent objects are scoped to a specific MonitoringEventCriteria object, the TraversalDepth object, and the MonitoringEventProperty properties.

System_CAPS_pubmethod GetPartialMonitoringEventReader(EnterpriseManagementObject, TraversalDepth, MonitoringEventProperty[])

Obsolete.Retrieves a PartialMonitoringEventReader object for accessing MonitoringEvent objects in the ManagementGroup object. The returned MonitoringEvent objects are scoped to a specific PartialMonitoringObject object, the TraversalDepth object, and the MonitoringEventProperty properties.

System_CAPS_pubmethod GetPartialMonitoringEventReader(Guid, ManagementPackClass, TraversalDepth, MonitoringEventProperty[])

Obsolete.Retrieves a PartialMonitoringEventReader object for accessing MonitoringEvent objects in the ManagementGroup object. The returned MonitoringEvent objects are scoped to a System.Guid object of a specific PartialMonitoringObject object, the ManagementPackClass object, the TraversalDepth object, and the MonitoringEventProperty properties.

System_CAPS_pubmethod GetPartialMonitoringEventReader(Guid, MonitoringEventCriteria, ManagementPackClass, TraversalDepth, MonitoringEventProperty[])

Retrieves a PartialMonitoringEventReader object foraccessing MonitoringEvent objects in the ManagementGroup object. The returned MonitoringEvent objects are scoped to a System.Guid object of a specific PartialMonitoringObject object, the MonitoringEventCriteria object, the ManagementPackClass object, the TraversalDepth object, and the MonitoringEventProperty properties.

System_CAPS_pubmethod GetPartialMonitoringEventReader(Guid, MonitoringEventCriteria, TraversalDepth, MonitoringEventProperty[])

Retrieves a PartialMonitoringEventReader object for accessing MonitoringEvent objects in the ManagementGroup object. The returned MonitoringEvent objects are scoped to a System.Guid object of a specific PartialMonitoringObject object, the MonitoringEventCriteria object, the TraversalDepth object, and the MonitoringEventProperty properties.

System_CAPS_pubmethod GetPartialMonitoringEventReader(Guid, TraversalDepth, MonitoringEventProperty[])

Obsolete.Retrieves a PartialMonitoringEventReader object for accessing MonitoringEvent objects in the ManagementGroup object. The returned MonitoringEvent objects are scoped to a System.Guid object of a specific PartialMonitoringObject object, the TraversalDepth object, and the MonitoringEventProperty properties.

System_CAPS_pubmethod GetPartialMonitoringEventReader(ManagementPackClass, TraversalDepth, MonitoringEventProperty[])

Obsolete.Retrieves a PartialMonitoringEventReader object for accessing MonitoringEvent objects in the ManagementGroup object. The returned MonitoringEvent objects are scoped to a specific ManagementPackClass object, the TraversalDepth object, and the MonitoringEventProperty properties.

System_CAPS_pubmethod GetPartialMonitoringEventReader(MonitoringEventCriteria, ManagementPackClass, TraversalDepth, MonitoringEventProperty[])

Retrieves a PartialMonitoringEventReader object for accessing MonitoringEvent objects in the ManagementGroup object. The returned MonitoringEvent objects are scoped to a MonitoringEventCriteria object, the ManagementPackClass object, the TraversalDepth object, and the MonitoringEventProperty properties.

System_CAPS_pubmethod GetPartialMonitoringEventReader(MonitoringEventCriteria, MonitoringEventProperty[])

Retrieves a PartialMonitoringEventReader object for accessing MonitoringEvent objects in the ManagementGroup object. The returned MonitoringEvent objects are scoped to a specific MonitoringEventCriteria object, the object, and the MonitoringEventProperty properties.

System_CAPS_pubmethod GetPartialMonitoringEventReader(MonitoringEventProperty[])

Obsolete.Retrieves a PartialMonitoringEventReader object for accessing MonitoringEvent objects in the ManagementGroup object. The returned MonitoringEvent objects are scoped to a specific MonitoringEventProperty object properties.

See Also

IOperationalDataManagement Interface
Microsoft.EnterpriseManagement Namespace

Return to top