Datasnap.DSCommonServer.TDSServerTransport.CloseConnections

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSServerTransport

Delphi

procedure CloseConnections;

C++

void __fastcall CloseConnections();

Description

Closes all the server connections.

CloseConnections closes all the TDSServerConnection from the list of server connections.

See Also