Datasnap.DSServer.TDSCallbackTunnelManagerInternal.CloseChannelTunnel

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure CloseChannelTunnel(tunnel: TDSCallbackTunnel);

C++

void __fastcall CloseChannelTunnel(TDSCallbackTunnel* tunnel);

Description

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

See Also