Datasnap.DSSession.TDSSession.ScheduleInactiveTerminationEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSSession

Delphi

procedure ScheduleInactiveTerminationEvent;

C++

void __fastcall ScheduleInactiveTerminationEvent();

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