System.Types.TMultiWaitEvent.NotifyWaiters

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure NotifyWaiters; virtual; abstract;

C++

virtual void __fastcall NotifyWaiters() = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Types.pas
System.Types.hpp
System.Types TMultiWaitEvent


説明

メモ: これは、TMultiWaitEvent の下位クラスがオーバーライドしている、抽象メソッドです。

待機者リスト内のすべての待機者に、このイベントが設定されたことを通知します。

関連項目