Share via


ManagementPackComponentBehavior.Reconnect(ManagementPack) Method

Definition

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

mp
ManagementPack

The management pack to connect this object to.

Applies to