Share via


DataWarehouse.GetMonitoringObjects Method (IList)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns information about the monitoring objects in the current data warehouse.

Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As DataWarehouse
Dim monitoringObjectGuids As IList(Of Guid)
Dim returnValue As ReadOnlyCollection(Of MonitoringObjectInfo)

returnValue = instance.GetMonitoringObjects(monitoringObjectGuids)

Syntax

'Declaration
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>

Parameters

  • monitoringObjectGuids
    A list of GUIDs for the monitoring objects to get information about.

Return Value

Returns a ReadOnlyCollection of MonitoringObjectInfo objects.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

DataWarehouse Class
DataWarehouse Members
Microsoft.EnterpriseManagement.Warehouse Namespace