ManagementPackComponentReference.Reconnect(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.
Reconnects this object to a management pack after it has been deserialized.
public:
override void Reconnect(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp);
public override void Reconnect (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp);
override this.Reconnect : Microsoft.EnterpriseManagement.Configuration.ManagementPack -> unit
Public Overrides Sub Reconnect (mp As ManagementPack)
Parameters
The management pack to connect this object to.