SchedulerCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
排程器集合,包含系統中所有排程器及其與父資源池親和力的集合。
public sealed class SchedulerCollection : System.Collections.ICollection
type SchedulerCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class SchedulerCollection
Implements ICollection
- 繼承
-
SchedulerCollection
- 實作
屬性
| 名稱 | Description |
|---|---|
| Count |
集合元素總數 |
| IsSynchronized |
如果集合是同步的 |
| Item[Int32] |
從 Index 上的集合取得特定的 NumaNode |
| SyncRoot |
回傳集合的 SyncRoot |
方法
| 名稱 | Description |
|---|---|
| CopyTo(Array, Int32) |
從索引開始,將集合中的 NumaNodes 複製到 Array |
| CopyTo(NumaNode[], Int32) |
從索引開始,將集合中的 NumaNode 複製到 NumaNode 陣列 |
| GetByID(Int32) |
從 ID 的集合中取得特定的 Schduler |
| GetElementAt(Int32) |
從 Index 集合中取得特定的排程器 |
| GetEnumerator() |
要取得列舉員 |
| SetAffinityToRange(Int32, Int32, Boolean) |
會將親和度設定為一系列 SchdulerNodes 提供的。若 SchdulerNode 不存在於 Range 中,此方法會拋出例外 |