Enum RestartMode
Defines how the application should be restarted
Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
public enum RestartMode
Fields
Name | Description |
---|---|
AllApplications | Touch configuration file/web.config to trigger a restart even though a configuration source is being used |
None | Just saves configuration, restart might be triggered by the runtime depending on configuration source restart on external changes setting |
ThisApplicationOnly | Force a restart by unloading the current appdomain |