Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the data of the specified list of management pack resources.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As IResourceManagement
Dim resourceIds As IList(Of Guid)
Dim returnValue As IList(Of Pair(Of Guid, Stream))
returnValue = instance.GetResourceData(resourceIds)
Syntax
'Declaration
Function GetResourceData ( _
resourceIds As IList(Of Guid) _
) As IList(Of Pair(Of Guid, Stream))
IList<Pair<Guid,Stream>> GetResourceData (
IList<Guid> resourceIds
)
IList<Pair<Guid, Stream^>^>^ GetResourceData (
IList<Guid>^ resourceIds
)
IList<Pair<Guid,Stream>> GetResourceData (
IList<Guid> resourceIds
)
function GetResourceData (
resourceIds : IList<Guid>
) : IList<Pair<Guid,Stream>>
Parameters
- resourceIds
The list of resource identifiers to retrieve resource data for.
Return Value
The list of management pack resource data stream 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
Windows Server 2008,Windows Server 2003
See Also
Reference
IResourceManagement Interface
IResourceManagement Members
Microsoft.EnterpriseManagement Namespace