Datasnap.DSServer.TDSCallbackTunnelManagerInternal.CloseChannelTunnel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseChannelTunnel(tunnel: TDSCallbackTunnel);

C++

void __fastcall CloseChannelTunnel(TDSCallbackTunnel* tunnel);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnelManagerInternal

Description

Notifies any listeners that the tunnel is closing, and then destroys the tunnel instance.

See Also