ManagementPackDisplayString.PostProcessChange(ManagementPack) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes post-processing operations for display strings on the client computer when a management pack is successfully changed.
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
The management pack that was successfully changed.