ThreadPool.ThreadCount 属性

定义

获取当前存在的线程池线程数。

public:
 static property int ThreadCount { int get(); };
public static int ThreadCount { get; }
member this.ThreadCount : int
Public Shared ReadOnly Property ThreadCount As Integer

属性值

Int32

当前存在的线程池线程数。

注解

如果线程池实现可能具有不同类型的线程,则计数包括所有类型的线程。

适用于