System.SyncObjs.TCountdownEvent.WaitFor
Delphi
function WaitFor(Timeout: Cardinal = INFINITE): TWaitResult; overload; override;
C++
virtual System::Types::TWaitResult __fastcall WaitFor(unsigned Timeout = (unsigned)(0xffffffff))/* overload */;
inline System::Types::TWaitResult __fastcall WaitFor(const System::Timespan::TTimeSpan &Timeout){ return TSynchroObject::WaitFor(Timeout); }
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.SyncObjs.pas System.SyncObjs.hpp |
System.SyncObjs | TCountdownEvent |
説明
WaitFor は、イベントがシグナルを受信するまで、現在のスレッドをブロックします。
イベントが設定されていない場合は、WaitFor メソッドを呼び出すと、現在のスレッドが Timeout
パラメータで指定された時間の間、ブロックされます。