Datasnap.DSServer.TDSServer.GetCallbackTunnel

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 GetCallbackTunnel(const ClientManagerId: string): TDSCallbackTunnel;

C++

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

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