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