Enum ConfigurationChangeMode
Defines ways of how a running node applies a changed service configuration.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum ConfigurationChangeMode
Fields
Name | Description |
---|---|
NodeRecycle | Recycle node application. This mode forces the whole IIS application pool running the node to recycle, if one or more hosted services is updated. This allows for a seamless service restarts, but affects all services hosted by a node. |
ServiceRestart | Restart services with updated configuration. This mode allows to restart the updated services only. All other services are not affected and not interrupted. An updated service expeciences a downtime while its service host is restarted. |