IOperationalDataManagement.GetPartialMonitoringEventReader Method (MonitoringEventCriteria, ManagementPackClass, TraversalDepth, MonitoringEventProperty[])
Applies To: Operations Manager for System Center 2012
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.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
PartialMonitoringEventReader GetPartialMonitoringEventReader(
MonitoringEventCriteria criteria,
ManagementPackClass managementPackClass,
TraversalDepth traversalDepth,
params MonitoringEventProperty[] properties
)
PartialMonitoringEventReader^ GetPartialMonitoringEventReader(
MonitoringEventCriteria^ criteria,
ManagementPackClass^ managementPackClass,
TraversalDepth traversalDepth,
... array<MonitoringEventProperty^>^ properties
)
abstract GetPartialMonitoringEventReader :
criteria:MonitoringEventCriteria *
managementPackClass:ManagementPackClass *
traversalDepth:TraversalDepth *
[<ParamArrayAttribute>] properties:MonitoringEventProperty[] -> PartialMonitoringEventReader
Function GetPartialMonitoringEventReader (
criteria As MonitoringEventCriteria,
managementPackClass As ManagementPackClass,
traversalDepth As TraversalDepth,
ParamArray properties As MonitoringEventProperty()
) As PartialMonitoringEventReader
Parameters
criteria
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringEventCriteriaAn optional MonitoringEventCriteria object by which to scope the method. Otherwise, pass null.
managementPackClass
Type: Microsoft.EnterpriseManagement.Configuration.ManagementPackClassThe ManagementPackClass object, and all its derived classes, by which to scope the method.
traversalDepth
Type: Microsoft.EnterpriseManagement.Common.TraversalDepthThe TraversalDepth object the defines the traversal depth of the class instances to be retrieved. The OneLevel object scopes the method to just the instance of the given class. The Recursive object scopes the method to the instance of the given class and to all entities contained by instances of that class.
properties
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringEventProperty[]The MonitoringEventProperty properties by which this method is to be scoped.
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringEventReader
Returns a PartialMonitoringEventReader object.
See Also
GetPartialMonitoringEventReader Overload
IOperationalDataManagement Interface
Microsoft.EnterpriseManagement Namespace
Return to top