EMS.Services.IEMSApplicationService.AddStartupNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

virtual void __fastcall AddStartupNotification(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 Startens des EMS-Servers ein.

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

Siehe auch