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

属性值

适用于