Enum RestartMode
This class supports the EPiServer infrastructure and is not intended to be used directly from your code. Defines how the application should be restarted
Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 8.11.0Syntax
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 |