SchedulingOptions.MaxActiveThreads 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
MaxActiveThreads 屬性會指定排程器允許的同時作用中線程數目上限。 一般而言,此數目應該大致等於節點上的核心數目。
public int MaxActiveThreads { get; set; }
member this.MaxActiveThreads : int with get, set
Public Property MaxActiveThreads As Integer