Subsystem.RtssProcessorsRequested Property

Read-only. Returns the requested number RTSS processors. If processor configuration has not happened yet, this property will return a RTX64NotConfiguredException, and the real-time Subsystem cannot be started. 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 RtssProcessorsRequested { get; }

Property Value

Type: UInt32

Implements

IConfigSubsystemRtssProcessorsRequested
See Also