Uiinfrastructure API Docs  
 

IAppWarmUpHelper.InitializeManagers Method 

This method is used to initialize any additional managers. This method will be called along with the other initialization methods. The difference between this method and the LoadManagers method is that by this method occurs before customized code is loaded, and will only be run once. If any manager fails to initialize properly, throw an XPException. This will cause the App WarmUp to fail and disable the portal.

ReturnValue InitializeManagers(
   string strLibHomePath,
   string strBaseConfigDirectory
);

Parameters

strLibHomePath
strBaseConfigDirectory

See Also

IAppWarmUpHelper Interface | com.plumtree.uiinfrastructure.application Namespace