Datasnap.DSServer.TDSServer.GetAllChannelClientId

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

説明

指定されたチャネルに登録されたすべてのクライアント チャネルのリストを返します。

GetAllChannelClientId メソッドは、ChannelName パラメータで指定されたチャネルに登録されたすべてのクライアント チャネルのリストを返します。

ChannelName は、チャネル コールバックの名前を表します。

関連項目