System.SyncObjs.TSynchroObject.WaitFor

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

Delphi

function WaitFor(Timeout: Cardinal = INFINITE): TWaitResult; overload; virtual;
function WaitFor(const Timeout: TTimeSpan): TWaitResult; overload;

C++

virtual System::Types::TWaitResult __fastcall WaitFor(unsigned Timeout = (unsigned)(0xffffffff))/* overload */;
System::Types::TWaitResult __fastcall WaitFor(const System::Timespan::TTimeSpan &Timeout)/* overload */;

プロパティ

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


説明

使用されていません。

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

関連項目