System.Threading.TThreadPoolStats.LastQueuedRequestCount

From RAD Studio API Documentation
Revision as of 18:40, 20 May 2019 by Adriana.mercado (talk | contribs) (RS-91733)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property LastQueuedRequestCount: Integer read FLastQueuedRequestCount;

C++

__property int LastQueuedRequestCount = {read=FLastQueuedRequestCount};

Properties

Type Visibility Source Unit Parent
property public
System.Threading.pas
System.Threading.hpp
System.Threading TThreadPoolStats

Description

The monitor thread uses it to only create new threads when there is work to do.