Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Stops importing a management pack.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use ManagementPacks.EndImportManagementPack()")]
public void EndImportManagementPack(
    IAsyncResult result
)
public:
[ObsoleteAttribute("Please use ManagementPacks.EndImportManagementPack()")]
void EndImportManagementPack(
    IAsyncResult^ result
)
[<ObsoleteAttribute("Please use ManagementPacks.EndImportManagementPack()")>]
member EndImportManagementPack : 
        result:IAsyncResult -> unit
<ObsoleteAttribute("Please use ManagementPacks.EndImportManagementPack()")>
Public Sub EndImportManagementPack (
    result As IAsyncResult
)
Parameters
- result 
 Type: System.IAsyncResult- The IAsyncResultobject that was returned from theBeginImportManagementPackmethod. 
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top