| Class | Description |
|---|---|
| AppWarmUp | This class provides the common jumpable initialization code for both the servlet and .aspx code to call. The initialization can be split into a core section, and a load section. The core method should be run only once, while the load methods can be called multiple times, to support extensible features. |
| Interface | Description |
|---|---|
| IAppWarmUpHelper | A class implementing this interface can be used to do custom initialization of the Activity Spaces frameworks. |