System.Threading.TWorkStealingQueue.Count

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Threading.pas
System.Threading.hpp
System.Threading TWorkStealingQueue

Beschreibung

Die Anzahl der Elemente in der Warteschlange.

Siehe auch