Physical Processor Affinity Mode 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)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public enum PhysicalProcessorAffinityModeRemarks
See also CpuCoreMode.
Members
| None | 0 | No PhysicalProcessor affinity set. |
| PhysicalProcessor1 | 1 | Physical processor affinity set to PhysicalProcessor #1. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor2 | 2 | Physical processor affinity set to PhysicalProcessor #2. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor3 | 3 | Physical processor affinity set to PhysicalProcessor #3. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor4 | 4 | Physical processor affinity set to PhysicalProcessor #4. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor5 | 5 | Physical processor affinity set to PhysicalProcessor #5. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor6 | 6 | Physical processor affinity set to PhysicalProcessor #6. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor7 | 7 | Physical processor affinity set to PhysicalProcessor #7. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor8 | 8 | Physical processor affinity set to PhysicalProcessor #8. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor9 | 9 | Physical processor affinity set to PhysicalProcessor #9. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor10 | 10 | Physical processor affinity set to PhysicalProcessor #10. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor11 | 11 | Physical processor affinity set to PhysicalProcessor #11. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor12 | 12 | Physical processor affinity set to PhysicalProcessor #12. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor13 | 13 | Physical processor affinity set to PhysicalProcessor #13. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor14 | 14 | Physical processor affinity set to PhysicalProcessor #14. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor15 | 15 | Physical processor affinity set to PhysicalProcessor #15. All threads will run on this physical processor (which should have 4 or more CPU cores). |
| PhysicalProcessor16 | 16 | Physical processor affinity set to PhysicalProcessor #16. All threads will run on this physical processor (which should have 4 or more CPU cores). |