Datasnap.DSServer.TDSServer.CallbackTunnelOf

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function CallbackTunnelOf(const ClientManagerId: string): TDSCallbackTunnel;

C++

TDSCallbackTunnel* __fastcall CallbackTunnelOf(const System::UnicodeString ClientManagerId);

Description

Returns the communication tunnel.

The CallbackTunnelOf method returns the communication tunnel. Call CallbackTunnelOf with the ChannelName and ClientId parameters.

ChannelName represents the name of the channel callback.

ClientId specifies the identifier of the client channel.

See Also