NAL.IdealProcessor Property

Display or modify the NAL’s ideal processor. The main thread of the NAL will be run on this processor. The specified value must be a non-negative integer referencing an RTSS processor number. When set to 0, the Subsystem assigns the first available processor to the NAL.

NOTE: Processor numbers are zero based. After changing this property, the NAL or network must be restarted for the changes 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
publicuintIdealProcessor { get; set; }

Property Value

Type: UInt32

Implements

IConfigNAL.IdealProcessor

See Also