EMS.Services.IEMSApplicationService.AddStartupNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddStartupNotification(AProc: TProc); // FIFO order

C++

virtual void __fastcall AddStartupNotification(System::Sysutils::_di_TProc AProc) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSApplicationService

Description

Schedules the specified procedure for execution during the startup of the RAD Server Engine (EMS Server).

Scheduled procedures are executed in FIFO order.

See Also