Share via


IManagementPackManagement.GetBundle Method (Generic IEnumerable)

Creates a ManagementPackBundle object that contains the management packs.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As IManagementPackManagement
Dim ids As IEnumerable(Of Guid)
Dim returnValue As ManagementPackBundle

returnValue = instance.GetBundle(ids)

Syntax

'Declaration
Function GetBundle ( _
    ids As IEnumerable(Of Guid) _
) As ManagementPackBundle
ManagementPackBundle GetBundle (
    IEnumerable<Guid> ids
)
ManagementPackBundle^ GetBundle (
    IEnumerable<Guid>^ ids
)
ManagementPackBundle GetBundle (
    IEnumerable<Guid> ids
)
function GetBundle (
    ids : IEnumerable<Guid>
) : ManagementPackBundle

Parameters

  • ids
    A list of GUID values that each identify management packs.

Return Value

The management pack bundle.

Exceptions

Exception type Condition
ServerDisconnectedException

An error has occurred.

ArgumentNullException

The ids parameter is a null reference (Nothing in Visual Basic).

ObjectNotFoundException

One of the Guid identifiers in the ids parameter was not found.

Thread Safety

This method is thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

IManagementPackManagement Interface
IManagementPackManagement Members
Microsoft.EnterpriseManagement Namespace