PhysicalProcessorAffinityMode Enumeration

Specifies the DocumentTaskEngine physical processor affinity.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public enum PhysicalProcessorAffinityMode

Remarks

See also CpuCoreMode.

Members

None0 No PhysicalProcessor affinity set.
PhysicalProcessor11 Physical processor affinity set to PhysicalProcessor #1. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor22 Physical processor affinity set to PhysicalProcessor #2. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor33 Physical processor affinity set to PhysicalProcessor #3. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor44 Physical processor affinity set to PhysicalProcessor #4. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor55 Physical processor affinity set to PhysicalProcessor #5. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor66 Physical processor affinity set to PhysicalProcessor #6. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor77 Physical processor affinity set to PhysicalProcessor #7. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor88 Physical processor affinity set to PhysicalProcessor #8. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor99 Physical processor affinity set to PhysicalProcessor #9. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor1010 Physical processor affinity set to PhysicalProcessor #10. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor1111 Physical processor affinity set to PhysicalProcessor #11. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor1212 Physical processor affinity set to PhysicalProcessor #12. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor1313 Physical processor affinity set to PhysicalProcessor #13. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor1414 Physical processor affinity set to PhysicalProcessor #14. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor1515 Physical processor affinity set to PhysicalProcessor #15. All threads will run on this physical processor (which should have 4 or more CPU cores).
PhysicalProcessor1616 Physical processor affinity set to PhysicalProcessor #16. All threads will run on this physical processor (which should have 4 or more CPU cores).

See Also