Datasnap.DSSession.TDSSession.TerminateSession

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure TerminateSession; virtual;

C++

virtual void __fastcall TerminateSession();

Description

Terminates the current session.

The TerminateSession method terminates the current session. TerminateSession is normally triggered by a scheduler.

See Also