System.Threading.TThreadPool Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CurrentpublicThe thread pool of the current task.
DefaultpublicTThreadPool.Default indentifies the default thread pool of the class.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
InitializeCOMpublic
InitializeCOMFlagspublic
Interactivepublic
MaxWorkerThreadspublicSpecifies the maximum number of threads that can work in the system.
MinWorkerThreadspublicSpecifies the minimum number of threads that can work in the system.
OnThreadStartpublic
OnThreadTerminatepublic
UnlimitedWorkerThreadsWhenBlockedpublicAllows the thread pool to increase the number of worker threads above MaxWorkerThreads when the processing of the work requests is blocked.