Datasnap.DSServer.TDSServer.GetCallbackTunnel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCallbackTunnel(const ClientManagerId: string): TDSCallbackTunnel;

C++

TDSCallbackTunnel* __fastcall GetCallbackTunnel(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 GetCallbackTunnel method returns the communication tunnel. Call GetCallbackTunnel with the ChannelName and the ClientId parameters.

ChannelName represents the name of the channel callback.

ClientId specifies the identifier of the client channel.

See Also