Datasnap.DSServer.TDSServer.CallbackTunnelOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CallbackTunnelOf(const ClientManagerId: string): TDSCallbackTunnel;

C++

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

Properties

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

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