Datasnap.DSServer.InternalRemoveCallbackTunnel

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: Datasnap.DSServer

Delphi

procedure InternalRemoveCallbackTunnel(AServer: TDSServer; ATunnel: TDSCallbackTunnel);

C++

extern DELPHI_PACKAGE void __fastcall InternalRemoveCallbackTunnel(TDSServer* AServer, TDSCallbackTunnel* ATunnel);

Description

Removes the given tunnel (and its callbacks) from the given server.

The InternalRemoveCallbackTunnel method is internally used to remove the given tunnel (and its callbacks) from the given server.