System.Threading.TThreadPoolStats.LastThreadCreationTick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastThreadCreationTick: UInt64 read FLastThreadCreationTick;

C++

__property unsigned __int64 LastThreadCreationTick = {read=FLastThreadCreationTick};

Properties

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

Description

The monitor thread uses it to keep the system from creating threads too quickly.