EMS.Services.IEMSApplicationService.AddStartupNotification
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: EMS.Services.pas EMS.Services.hpp
| |
| Unit: EMS.Services | |
| Parent: IEMSApplicationService | |
Delphi
procedure AddStartupNotification(AProc: TProc); // FIFO order
C++
virtual void __fastcall AddStartupNotification(System::Sysutils::_di_TProc AProc) = 0 ;
Description
Schedules the specified procedure for execution during the startup of the RAD Server Engine (EMS Server).
Scheduled procedures are executed in FIFO order.