Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.Attributes.RestartEnum Enumeration

Represents the extent of the required restart. Values can be combined.

Class: (none)
Namespace: YetaWF.Core.Models.Attributes
Assembly: YetaWF.Core

Syntax

public enum RestartEnum;

Values

NameValueDescription
MultiInstance1Only a multi-instance (web-farm/web-garden) needs to be restarted, i.e., all instances of the site.
SingleInstance2Only a single-instance (not a web-farm/web-garden) needs to be restarted.
All3Both a multi-instance and a single-instance need to be restarted.

See Also YetaWF.Core Overview