IDeploymentManagement.GetManagementPackDeploymentStatus Method (Generic IEnumerable)
Gets the deployment status for each management pack specified by the collection of object identifiers.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As IDeploymentManagement
Dim ids As IEnumerable(Of Guid)
Dim returnValue As IDictionary(Of ManagementPackReference, ManagementPackDeploymentInformation)
returnValue = instance.GetManagementPackDeploymentStatus(ids)
Syntax
'Declaration
Function GetManagementPackDeploymentStatus ( _
ids As IEnumerable(Of Guid) _
) As IDictionary(Of ManagementPackReference, ManagementPackDeploymentInformation)
IDictionary<ManagementPackReference,ManagementPackDeploymentInformation> GetManagementPackDeploymentStatus (
IEnumerable<Guid> ids
)
IDictionary<ManagementPackReference^, ManagementPackDeploymentInformation^>^ GetManagementPackDeploymentStatus (
IEnumerable<Guid>^ ids
)
IDictionary<ManagementPackReference,ManagementPackDeploymentInformation> GetManagementPackDeploymentStatus (
IEnumerable<Guid> ids
)
function GetManagementPackDeploymentStatus (
ids : IEnumerable<Guid>
) : IDictionary<ManagementPackReference,ManagementPackDeploymentInformation>
Parameters
- ids
The collection of management pack object identifiers.
Return Value
The collection of ManagementPackReference and ManagementPackDeploymentInformation object pairs.
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
IDeploymentManagement Interface
IDeploymentManagement Members
Microsoft.EnterpriseManagement Namespace