ParallelProcessorAffinity Property |
Namespace: DigitalRune.Threading
Exception | Condition |
---|---|
ArgumentNullException | value is . |
ArgumentException | The specified array is empty or contains invalid values. |
In the .NET Compact Framework for Xbox 360 the processor affinity determines the processors on which a thread runs.
Note: The processor affinity is only relevant in the .NET Compact Framework for Xbox 360. Setting the processor affinity has no effect in Windows!
Important: The processor affinity needs to be set before any parallel tasks are created. Changing the processor affinity afterwards has no effect.