System.Types.TMultiWaitEvent.WaitForAll

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

Delphi

class function WaitForAll(const Events: array of TMultiWaitEvent; Timeout: Cardinal = INFINITE): TWaitResult; static;

C++

static TWaitResult __fastcall WaitForAll(TMultiWaitEvent* const *Events, const int Events_High, unsigned Timeout = (unsigned)(0xffffffff));

プロパティ

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


説明

指定された Events 配列内のすべてのイベントシグナルあり状態になるか、タイムアウトになるまで待機します。

Timeout パラメータは任意です。 Timeout のデフォルト値は INFINITE です。

関連項目