Datasnap.DSSession.TDSLocalSession.Terminate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Terminate; override;

C++

virtual void __fastcall Terminate(void);

Properties

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

Description

Terminates the session.

The Terminate method is exceptionally used when a session needs to be terminated due to the overall process state. All the memory is released as the session ends normally. Calling Terminate may induce abnormal termination of dependent middle-tier applications.

See Also