DataWarehouse.GetMonitoringObjects Method (IList)

Updated: April 16, 2012

Returns information about the monitoring objects in the current data warehouse. Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As DataWarehouse Dim monitoringObjectGuids As IList(Of Guid) Dim returnValue As ReadOnlyCollection(Of MonitoringObjectInfo) returnValue = instance.GetMonitoringObjects(monitoringObjectGuids)Public Function GetMonitoringObjects ( _ monitoringObjectGuids As IList(Of Guid) _ ) As ReadOnlyCollection(Of MonitoringObjectInfo)public ReadOnlyCollection<MonitoringObjectInfo> GetMonitoringObjects ( IList<Guid> monitoringObjectGuids )public: ReadOnlyCollection<MonitoringObjectInfo^>^ GetMonitoringObjects ( IList<Guid>^ monitoringObjectGuids )public ReadOnlyCollection<MonitoringObjectInfo> GetMonitoringObjects ( IList<Guid> monitoringObjectGuids )public function GetMonitoringObjects ( monitoringObjectGuids : IList<Guid> ) : ReadOnlyCollection<MonitoringObjectInfo>ParametersmonitoringObjectGuidsA list of GUIDs for the monitoring objects to get information about.Return ValueReturns a ReadOnlyCollection of MonitoringObjectInfo objects.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms