ManagementGroup.GetMonitoringPerformanceDataReader Method

Definition

Retrieves a performance data reader object that contains performance data.

Overloads

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, MonitoringClass, TraversalDepth)
Obsolete.

Retrieves all the MonitoringPerformanceData objects in the management group.

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, MonitoringClass)
Obsolete.

Retrieves all the MonitoringPerformanceData objects in the management group.

GetMonitoringPerformanceDataReader(MonitoringClass, TraversalDepth)
Obsolete.

Retrieves all the MonitoringPerformanceData objects in the management group.

GetMonitoringPerformanceDataReader()
Obsolete.

Retrieves all the MonitoringPerformanceData objects in the management group.

GetMonitoringPerformanceDataReader(MonitoringClass)
Obsolete.

Retrieves all the MonitoringPerformanceData objects in the management group.

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria)
Obsolete.

Retrieves all the MonitoringPerformanceData objects in the management group.

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, MonitoringClass, TraversalDepth)

Caution

Please use OperationalData.GetMonitoringPerformanceDataReader()

Retrieves all the MonitoringPerformanceData objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceDataReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Configuration.MonitoringClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (criteria As MonitoringPerformanceDataCriteria, monitoringClass As MonitoringClass, traversalDepth As TraversalDepth) As MonitoringPerformanceDataReader

Parameters

criteria
MonitoringPerformanceDataCriteria

The criteria to scope the method by.

monitoringClass
MonitoringClass

The monitoring class, and all its derived classes, to scope the method by.

traversalDepth
TraversalDepth

The traversal depth for instances. One level implies just the instance of the given class, recursive is all instances contained by those instances as well.

Returns

A collection of fully populated MonitoringPerformanceData objects.

Attributes

Applies to

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, MonitoringClass)

Caution

Please use OperationalData.GetMonitoringPerformanceDataReader()

Retrieves all the MonitoringPerformanceData objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass);
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceDataReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass);
member this.GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Configuration.MonitoringClass -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (criteria As MonitoringPerformanceDataCriteria, monitoringClass As MonitoringClass) As MonitoringPerformanceDataReader

Parameters

criteria
MonitoringPerformanceDataCriteria

The criteria to scope the method by.

monitoringClass
MonitoringClass

The monitoring class, and all its derived classes, to scope the method by.

Returns

A collection of fully populated MonitoringPerformanceData objects.

Attributes

Applies to

GetMonitoringPerformanceDataReader(MonitoringClass, TraversalDepth)

Caution

Please use OperationalData.GetMonitoringPerformanceDataReader()

Retrieves all the MonitoringPerformanceData objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceDataReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Configuration.MonitoringClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (monitoringClass As MonitoringClass, traversalDepth As TraversalDepth) As MonitoringPerformanceDataReader

Parameters

monitoringClass
MonitoringClass

The monitoring class, and all its derived classes, to scope the method by.

traversalDepth
TraversalDepth

The traversal depth for instances. One level implies just the instance of the given class, recursive is all instances contained by those instances as well.

Returns

A collection of fully populated MonitoringPerformanceData objects.

Attributes

Applies to

GetMonitoringPerformanceDataReader()

Caution

Please use OperationalData.GetMonitoringPerformanceDataReader()

Retrieves all the MonitoringPerformanceData objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader();
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceDataReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader ();
member this.GetMonitoringPerformanceDataReader : unit -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader () As MonitoringPerformanceDataReader

Returns

A collection of fully populated MonitoringPerformanceData objects.

Attributes

Applies to

GetMonitoringPerformanceDataReader(MonitoringClass)

Caution

Please use OperationalData.GetMonitoringPerformanceDataReader()

Retrieves all the MonitoringPerformanceData objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass);
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceDataReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass);
member this.GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Configuration.MonitoringClass -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (monitoringClass As MonitoringClass) As MonitoringPerformanceDataReader

Parameters

monitoringClass
MonitoringClass

The monitoring class, and all its derived classes, to scope the method by.

Returns

A collection of fully populated MonitoringPerformanceData objects.

Attributes

Applies to

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria)

Caution

Please use OperationalData.GetMonitoringPerformanceDataReader()

Retrieves all the MonitoringPerformanceData objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria);
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceDataReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria);
member this.GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (criteria As MonitoringPerformanceDataCriteria) As MonitoringPerformanceDataReader

Parameters

criteria
MonitoringPerformanceDataCriteria

The criteria to scope the method by.

Returns

A collection of fully populated MonitoringPerformanceData objects.

Attributes

Applies to