Datasnap.DSCommonServer.TDSServerTransport.CloseConnections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseConnections;

C++

void __fastcall CloseConnections();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSServerTransport

Description

Closes all the server connections.

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

See Also