API:System.SyncObjs.TCountdownEvent.WaitFor

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

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

説明

使用されていません。

System.SyncObjs.TCountdownEvent.WaitFor は System.SyncObjs.TSynchroObject.WaitFor を継承しています。以下の内容はすべて System.SyncObjs.TSynchroObject.WaitFor を参照しています。

使用されていません。

現在、この WaitFor メソッドは使用されていません。これは、常に wrError を返します。

関連項目