RestartKind Enumeration

Represents the various kinds of restart requirements that can exist as a result of using this class. For a similar property that represents the need to restart the RT-TCP/IP stack, see IntervalZero.RTX64.Network.RestartNeeded.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public enum RestartKind
Members
Member nameValueDescription
NONE0 This value means that neither the RTX64 Subsystem nor the computer needs to be restarted.
SUBSYSTEM10 This value means that the RTX64 Subsystem needs to be restarted before configuration changes will take effect.
COMPUTER20 This value means that the computer to be restarted before configuration changes will take effect.
See Also