Gets the images for the specified monitoring classes in the
specified image category.
Namespace:
Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager
(in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
Visual Basic |
Dim instance As DataWarehouse
Dim monitoringClasses As IList(Of Guid)
Dim ImageCategory As ManagementPackImageCategory
Dim returnValue As ReadOnlyCollection(Of ImageInfo)
returnValue = instance.GetImagesForMonitoringClasses(monitoringClasses, ImageCategory)
|
Syntax
Visual Basic |
Public Function GetImagesForMonitoringClasses ( _
monitoringClasses As IList(Of Guid), _
ImageCategory As ManagementPackImageCategory _
) As ReadOnlyCollection(Of ImageInfo)
|
Parameters
- monitoringClasses
-
The monitoring classes to get the images for.
- ImageCategory
-
The image category of the returned images.
Return Value
A collection of
ImageInfo
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 Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows
XP
See Also