Datasnap.DSServer.InternalRemoveCallbackTunnel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

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.