System.Threading.TThreadPool Properties
InheritedProtected
Current | public | The thread pool of the current task. |
Default | public | TThreadPool.Default indentifies the default thread pool of the class. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
MaxWorkerThreads | public | Specifies the maximum number of threads that can work in the system. |
MinWorkerThreads | public | Specifies the minimum number of threads that can work in the system. |