Datasnap.DSServer.TDSCallbackTunnelManagerInternal.CreateChannelTunnel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateChannelTunnel(const ServerChannelName, ClientId, SecurityToken: string;
const QueueSize: Integer): TDSCallbackTunnel;

C++

TDSCallbackTunnel* __fastcall CreateChannelTunnel(const System::UnicodeString ServerChannelName, const System::UnicodeString ClientId, const System::UnicodeString SecurityToken, const int QueueSize);

Properties

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

Description

Creates a new tunnel, notifies listening events, and then returns the tunnel.

See Also