API:System.SyncObjs.TCountdownEvent.WaitFor

From RAD Studio API Documentation
Jump to: navigation, search

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); }

Properties

Type Visibility Source Unit Parent
function public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TCountdownEvent

Description

Not used.

System.SyncObjs.TCountdownEvent.WaitFor inherits from System.SyncObjs.TSynchroObject.WaitFor. All content below this line refers to System.SyncObjs.TSynchroObject.WaitFor.

Not used.

Currently, the WaitFor method is not used. It will always return wrError.

See Also