Datasnap.DSServer.TDSServer.GetCallbackTunnel

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetCallbackTunnel(const ClientManagerId: string): TDSCallbackTunnel;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Renvoie le tunnel de communication.

La méthode GetCallbackTunnel renvoie le tunnel de communication. Appelez GetCallbackTunnel avec les paramètres ChannelName et ClientId.

ChannelName représente le nom du rappel de canal.

ClientId représente l'identificateur du canal client.

Voir aussi