Datasnap.DSSession.TDSSession.Terminate
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
| Unit: Datasnap.DSSession | |
| Parent: TDSSession | |
Delphi
procedure Terminate; virtual;
C++
virtual void __fastcall Terminate();
Description
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.