Datasnap.DSServer.TDSCallbackTunnelManagerInternal.AddCallbackToTunnel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddCallbackToTunnel(const Tunnel: TDSCallbackTunnel;  const CallbackId: string; ChannelNames: TStringList);

C++

void __fastcall AddCallbackToTunnel(TDSCallbackTunnel* const Tunnel, const System::UnicodeString CallbackId, System::Classes::TStringList* ChannelNames);

Properties

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

Description

Adds the callback information to the given tunnel, and notifies any listeners.

See Also