Datasnap.DSSession.TDSSession.ScheduleInactiveTerminationEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ScheduleInactiveTerminationEvent;

C++

void __fastcall ScheduleInactiveTerminationEvent();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSession

Beschreibung

Plant das Beendigungsereignis einer Sitzung, wenn diese inaktiv ist.

ScheduleInactiveTerminationEvent entspricht der Methode ScheduleTerminationEvent, wird aber bei jeder Ausführung des Ereignisses aufgerufen, bis die Sitzung für eine längere Dauer als in LifeDuration angegeben inaktiv war.

Siehe auch