Datasnap.DSServer.TDSCallbackTunnel.AddListeningOnChannelNames

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

Delphi

procedure AddListeningOnChannelNames(var ChannelNames: TList<string>; const AllowDuplicates: Boolean = False);

C++

void __fastcall AddListeningOnChannelNames(System::Generics::Collections::TList__1<System::UnicodeString>* &ChannelNames, const bool AllowDuplicates = false);

プロパティ

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

説明

指定された文字列リストに、トンネルまたはそのコールバックらが待機している、すべてのチャンネルの名前を設定します。

AddListeningOnChannelNames メソッドは、指定された文字列リストに、トンネルまたはそのコールバックらがリスンしている、すべてのチャンネルの名前を設定します。

ListeningOn への呼び出しから True を返すチャンネル名は、リストに追加されます。

関連項目