EMS.Services.TEMSApplicationService.AddShutdownNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSApplicationService


Beschreibung

Plant die angegebene Prozedur für die Ausführung während des Beendens des EMS-Servers ein.

Geplante Prozeduren werden in der LIFO-Reihenfolge (last in, first out) ausgeführt.

Siehe auch