Datasnap.DSServer.TDSCallbackTunnelManagerInternal.CreateChannelTunnel

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnelManagerInternal

説明

新しいトンネルを作成し、リスニング イベントに通知し、その後、そのトンネルを返します。

関連項目