Datasnap.DSServer.TDSServer.GetAllChannelClientId

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetAllChannelClientId(const ChannelName: string): TList<string>;

C++

System::Generics::Collections::TList__1<System::UnicodeString>* __fastcall GetAllChannelClientId(const System::UnicodeString ChannelName);

Propriétés

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

Description

Renvoie une liste de tous les canaux client recensés avec un canal donné.

La méthode GetAllChannelClientId renvoie une liste de tous les canaux client recensés avec un canal donné à travers le paramètre ChannelName.

ChannelName représente le nom du rappel de canal.

Voir aussi