NumaNodeCollection Class

Definition

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)

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

SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean)

Will set Affinity to a Range of NumaNodes's provided

Applies to