共用方式為


NodeConfiguration.MaxActiveThreads 屬性

定義

MaxActiveThreads 屬性會指定排程器允許的同時作用中線程數目上限。 一般而言,這個數位應該大致等於節點上的核心數目。 使用 0 的值會查看 System.Environment.ProcessorCount 來改為決定數位,這只有在從 xml 組態設定時才有效

public int MaxActiveThreads { get; set; }
member this.MaxActiveThreads : int with get, set
Public Property MaxActiveThreads As Integer

屬性值

適用於