Datasnap.DSServer.TDSServer.GetCallbackTunnel

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

Delphi

function GetCallbackTunnel(const ClientManagerId: string): TDSCallbackTunnel;

C++

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

プロパティ

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

説明

通信トンネルを返します。

GetCallbackTunnel メソッドは、通信トンネルを返します。GetCallbackTunnelChannelName および ClientId パラメータとともに呼び出します。

ChannelName は、チャネル コールバックの名前を表します。

ClientId は、クライアント チャネルの識別子を指定します。

関連項目