 | ISharedHostedApplicationInitialize Method |
Initialize the ApplicationInfo (creates the common elements if bundled)
Namespace:
EBP.Framework.Common.Interfaces.Host
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxvoid Initialize(
bool isDynamic
)
Sub Initialize (
isDynamic As Boolean
)
Parameters
- isDynamic
- Type: SystemBoolean
true if the application is dynamically loaded; otherwise, false for the main application
See Also