Datasnap.DSServer.TDSServer.GetAllChannelClientId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns a list of all client channels registered with a given channel.

The GetAllChannelClientId method returns a list of all client channels registered with a channel given through the ChannelName parameter.

ChannelName represents the name of the channel callback.

See Also