NumaNodeCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
NumaNode collection, class containg collection of all Numas
public sealed class NumaNodeCollection : System.Collections.ICollection
type NumaNodeCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class NumaNodeCollection
Implements ICollection
- Inheritance
-
NumaNodeCollection
- Implements
Properties
Count |
Total number of elements in collection |
IsSynchronized |
If collection is Synchronized |
Item[Int32] |
Gets a particular NumaNode from the collection on Index |
SyncRoot |
Returns SyncRoot of collection |
Methods
CopyTo(Array, Int32) |
Copies NumaNodes's in collection to Array starting from index |
CopyTo(NumaNode[], Int32) |
Copies NumaNode's in collection to NumaNode Array starting from index |
GetByID(Int32) |
Gets a particular NumaNode from the collection on ID |
GetElementAt(Int32) |
Gets a particular NumaNode from the collection on Index |
GetEnumerator() |
To get enumerator |
SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean) |
Will set Affinity to a Range of NumaNodes's provided |
SetAffinityToRange(Int32, Int32, NumaNodeAffinity) |
Will set Affinity to a Range of NumaNodes's provided.This method will throw an exception if a NumaNode does not exist in the Range |