ExternalRollupMonitoringState.GetExternalStateHierarchies Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the monitoring state hierarchies that this external rollup monitoring is rolling up from. The entire hierarchy will be returned with the proper monitor node being returned as the pointer for each.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::HierarchyNode<Microsoft::EnterpriseManagement::Monitoring::MonitoringState ^> ^> ^ GetExternalStateHierarchies();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.HierarchyNode<Microsoft.EnterpriseManagement.Monitoring.MonitoringState>> GetExternalStateHierarchies ();
member this.GetExternalStateHierarchies : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.HierarchyNode<Microsoft.EnterpriseManagement.Monitoring.MonitoringState>>
Public Function GetExternalStateHierarchies () As IList(Of HierarchyNode(Of MonitoringState))
Returns
The dependent state hierarchies.