Uiinfrastructure API Docs  
 

InitializeVarPacks Class

Initializes VarPacks. This method will load the VarPacks specified in the VarPacks.xml file, as well as any additional VarPacks as declared by the AppWarmUpHelper. After this point, the Application VarPackManager will contain all of the initial VarPacks.

For a list of all members of this type, see InitializeVarPacks Members.

System.Object
   com.plumtree.uiinfrastructure.application.startup.InitializeVarPacks

public class InitializeVarPacks : IStartupTask, IMessage

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.application.startup

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

InitializeVarPacks Members | com.plumtree.uiinfrastructure.application.startup Namespace