API:System.SyncObjs.TLightweightEvent.WaitFor

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TLightweightEvent

Description

Inutilisée.

System.SyncObjs.TLightweightEvent.WaitFor hérite de System.SyncObjs.TSynchroObject.WaitFor. Tout le contenu en-dessous de cette ligne se réfère à System.SyncObjs.TSynchroObject.WaitFor.

Inutilisée.

La méthode WaitFor n'est pas utilisée actuellement. Celle-ci renvoie toujours wrError.

Voir aussi