System.SyncObjs.TLightweightEvent.BlockedCount

提供:RAD Studio API Documentation

Delphi

property BlockedCount: Integer read FBlockedCount;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TLightweightEvent

説明

WaitFor を呼び出した際、スレッドがブロックされた回数。

WaitFor への呼び出し回数を数え、BlockedCount を使用すると、パフォーマンス統計を作成することができます。

関連項目