API:System.Threading.TThreadPool.TQueueWorkerThread
Delphi
TQueueWorkerThread = class(TBaseWorkerThread)
C++
class PASCALIMPLEMENTATION TQueueWorkerThread : public TThreadPool::TBaseWorkerThread
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | protected | System.Threading.pas System.Threading.hpp |
System.Threading | TThreadPool |
Description
Base class for a thread that is responsible for running work items queued in a thread pool. {{#multireplace:System.Threading.TThreadPool.TQueueWorkerThread|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Threading.TThreadPool.TBaseWorkerThread|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Threading.TThreadPool.TBaseWorkerThread|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Base class for a thread that is responsible for running work items queued in a thread pool.
TQueueWorkerThread is a subclass of TBaseWorkerThread.