Subsystem.RtssProcessorsActual Property

Returns the actual number of RTX64 processors being used by the real-time Subsystem. The value of this property can differ from the value of property RtssProcessorsRequested if the real-time Subsystem is unable to start some of the requested 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. See method SetWindowsAndRtssProcessorsRequested().

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

Syntax
public uint RtssProcessorsActual { get; }

Property Value

Type: UInt32

Implements

IConfigSubsystemRtssProcessorsActual
See Also