Datasnap.DSCommonServer.TDSCustomServer.TransportStopping

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.