API:Datasnap.DSSession.TDSRemoteSession.Terminate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Terminate; override;

C++

virtual void __fastcall Terminate();

Properties

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

Description

Terminates the session.

Datasnap.DSSession.TDSRemoteSession.Terminate inherits from Datasnap.DSSession.TDSSession.Terminate. All content below this line refers to Datasnap.DSSession.TDSSession.Terminate.

Terminates the session.

The Terminate virtual method is exceptionally used when a session needs to be terminated due to the overall process state. All memory is released when the session ends normally.

Calling Terminate may induce abnormal termination of dependent mid-tier applications.

See Also