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