Datasnap.DSServer.TDSCallbackTunnelManagerInternal.CreateChannelTunnel
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
Unit: Datasnap.DSServer | |
Parent: TDSCallbackTunnelManagerInternal |
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);
Description
Creates a new tunnel, notifies listening events, and then returns the tunnel.