System.SyncObjs.TLightweightEvent.BlockedCount

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property BlockedCount: Integer read FBlockedCount;

C++

__property int BlockedCount = {read=FBlockedCount, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TLightweightEvent

Description

Nombre de fois que les threads sont bloqués lors de l'appel de WaitFor. Vous pouvez effectuer des statistiques de la performance si vous comptez le nombre d'appels à WaitFor et utilisez BlockedCount.

Voir aussi