Datasnap.DSServer.TDSServer.GetAllChannelClientId

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSServer

Delphi

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

C++

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

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