Datasnap.DSServer.TDSServer.GetAllChannelCallbackId

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

System::Generics::Collections::TList__1<System::UnicodeString>* __fastcall GetAllChannelCallbackId(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 rappels disponibles sur un canal donné.

La méthode GetAllChannelCallbackId renvoie une liste de tous les rappels disponibles sur un canal donné à travers le paramètre ChannelName.

ChannelName représente le nom du rappel de canal.

Voir aussi