EMS.Services.TEMSApplicationService.AddShutdownNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure AddShutdownNotification(AProc: TProc); // LIFO order

C++

__classmethod void __fastcall AddShutdownNotification(System::Sysutils::_di_TProc AProc);

Properties

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

Description

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

Schedules procedures are executed in LIFO order.

See Also