Subsystem.EnabledProcessors Property

Returns the total number of processors on the system, which can exceed the sum of properties WindowsProcessors and RtssProcessorsActual in the case where the RTX64 Subsystem is unable to start some of the requested RTSS processors (for instance, if the Runtime license limits the number of RTSS processors). The value of this property is only meaningful after the real-time Subsystem has been started at least once. If the real-time Subsystem has never been started, this property's value is 0.

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

Syntax
public uint EnabledProcessors { get; }

Property Value

Type: UInt32

Implements

IConfigSubsystemEnabledProcessors
See Also