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