ManagementPackElement.PostProcessChange(ManagementPack) Method

Definition

Called after changes to the management pack have been successfully applied. Any post-processing work is completed in this method.

protected public:
 override void PostProcessChange(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp);
protected internal override void PostProcessChange (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp);
override this.PostProcessChange : Microsoft.EnterpriseManagement.Configuration.ManagementPack -> unit
Protected Friend Overrides Sub PostProcessChange (mp As ManagementPack)

Parameters

mp
ManagementPack

The management pack that had the AcceptChanges() method completed successfully.

Applies to