Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As IManagementPackManagement Dim ids As IEnumerable(Of Guid) Dim returnValue As ManagementPackBundle returnValue = instance.GetBundle(ids) |
Syntax
Visual Basic |
---|
Function GetBundle ( _ ids As IEnumerable(Of Guid) _ ) As ManagementPackBundle |
C# |
---|
ManagementPackBundle GetBundle ( IEnumerable<Guid> ids ) |
C++ |
---|
ManagementPackBundle^ GetBundle ( IEnumerable<Guid>^ ids ) |
J# |
---|
ManagementPackBundle GetBundle ( IEnumerable<Guid> ids ) |
JScript |
---|
function GetBundle ( ids : IEnumerable<Guid> ) : ManagementPackBundle |
Parameters
- ids
-
Type: Guid}
A list of GUID values that each identify management packs.
Return Value
Type: ManagementPackBundle 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.