Datasnap.DSCommonServer.TDSCustomServer.TransportStopping
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
Unit: Datasnap.DSCommonServer | |
Parent: TDSCustomServer |
Delphi
procedure TransportStopping(const Sender: TDSServerTransport); virtual;
C++
virtual void __fastcall TransportStopping(TDSServerTransport* const Sender);
Description
Runs the necessary code before transport layer stops.