Datasnap.DSSession.TDSSession.ScheduleInactiveTerminationEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScheduleInactiveTerminationEvent;

C++

void __fastcall ScheduleInactiveTerminationEvent();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSession

Description

Schedules a session termination event if the session is inactive.

The ScheduleInactiveTerminationEvent method is similar to ScheduleTerminationEvent, but will be called continually each time the event is executed until the session has been idle for longer than LifeDuration.

See Also