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. |
InitializeCOM | public | Specifies when tasks running by these pool threads use Microsoft COM. |
InitializeCOMFlags | public | Specifies Microsoft COM initialization flags when InitializeCOM is True . |
Interactive | public | |
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. |
OnThreadStart | public | Specifies the anonymous procedure that is called at the beginning of these pool threads. |
OnThreadTerminate | public | Specifies the anonymous procedure that is called at the end of these pool threads. |
UnlimitedWorkerThreadsWhenBlocked | public | Allows the thread pool to increase the number of worker threads above MaxWorkerThreads when the processing of the work requests is blocked. |