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.
InitializeCOMpublicSpecifies when tasks running by these pool threads use Microsoft COM.
InitializeCOMFlagspublicSpecifies Microsoft COM initialization flags when InitializeCOM is True.
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.
OnThreadStartpublicSpecifies the anonymous procedure that is called at the beginning of these pool threads.
OnThreadTerminatepublicSpecifies the anonymous procedure that is called at the end of these pool threads.
UnlimitedWorkerThreadsWhenBlockedpublicAllows the thread pool to increase the number of worker threads above MaxWorkerThreads when the processing of the work requests is blocked.