Subsystem.PriorityInversionEnabled Property

Accesses the priority inversion protocol configuration state of the Subsystem. If set to true, a "tiered demotion" priority inversion protocol is used. If set to false, no priority inversion protocol is enabled. If this property is changed, the real-time Subsystem must be restarted for the change to take effect.

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

Syntax
public bool PriorityInversionEnabled { get; set; }

Property Value

Type: Boolean

Implements

IConfigSubsystemPriorityInversionEnabled
See Also