Subsystem.RestartNeeded Property

This property's value indicates whether the real-time Subsystem needs to be restarted or the computer needs to be restarted in order for configuration changes made with this class to take effect, even if the changes were made in another process. If the value of this property is RestartKind.NONE, no restart of the real-time Subsystem or computer is needed. If the value of this property is RestartKind.SUBSYSTEM, the real-time Subsystem needs to be restarted. If the value of this property is RestartKind.COMPUTER, the computer needs to be restarted.

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

Syntax
public RestartKind RestartNeeded { get; }

Property Value

Type: RestartKind

Implements

IConfigSubsystemRestartNeeded
See Also