System.Types.TMultiWaitEvent.WaitForAll
Delphi
class function WaitForAll(const Events: array of TMultiWaitEvent; Timeout: Cardinal = INFINITE): TWaitResult; static;
C++
static TWaitResult __fastcall WaitForAll(TMultiWaitEvent* const *Events, const System::NativeInt Events_High, unsigned Timeout = (unsigned)(0xffffffff));
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | public | System.Types.pas System.Types.hpp | System.Types | TMultiWaitEvent | 
説明
指定された Events 配列内のすべてのイベントがシグナルあり状態になるか、タイムアウトになるまで待機します。
Timeout パラメータは任意です。 Timeout のデフォルト値は INFINITE です。