EMS.Services.IEMSApplicationService.AddShutdownNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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


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