MonitoringClass.GetDerivedMonitoringClasses Method

Definition

Retrieves classes that are derived from the specified monitoring class.

Overloads

GetDerivedMonitoringClasses()
Obsolete.

Gets all the classes derived from the given type.

GetDerivedMonitoringClasses(TraversalDepth)
Obsolete.

Gets all the classes derived from the given type.

GetDerivedMonitoringClasses()

Caution

Please use GetDerivedTypes instead

Gets all the classes derived from the given type.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^> ^ GetDerivedMonitoringClasses();
[System.Obsolete("Please use GetDerivedTypes instead")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringClass> GetDerivedMonitoringClasses ();
member this.GetDerivedMonitoringClasses : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringClass>
Public Function GetDerivedMonitoringClasses () As ReadOnlyCollection(Of MonitoringClass)

Returns

The derived classes.

Attributes

Applies to

GetDerivedMonitoringClasses(TraversalDepth)

Caution

Please use GetDerivedTypes instead

Gets all the classes derived from the given type.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^> ^ GetDerivedMonitoringClasses(Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
[System.Obsolete("Please use GetDerivedTypes instead")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringClass> GetDerivedMonitoringClasses (Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetDerivedMonitoringClasses : Microsoft.EnterpriseManagement.Common.TraversalDepth -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringClass>
Public Function GetDerivedMonitoringClasses (traversalDepth As TraversalDepth) As ReadOnlyCollection(Of MonitoringClass)

Parameters

traversalDepth
TraversalDepth

Whether to recursively get all the derived classes.

Returns

The derived classes.

Attributes

Applies to