Datasnap.DSServer.TDSCallbackTunnelManagerInternal.AddCallbackToTunnel
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
Unit: Datasnap.DSServer | |
Parent: TDSCallbackTunnelManagerInternal |
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);
Description
Adds the callback information to the given tunnel, and notifies any listeners.