Datasnap.DSProxy.TDSAdminClient.BroadcastToChannel
Delphi
function BroadcastToChannel(ChannelName: string; Msg: TJSONValue): Boolean;
C++
bool __fastcall BroadcastToChannel(System::UnicodeString ChannelName, System::Json::TJSONValue* Msg);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Datasnap.DSProxy.pas Datasnap.DSProxy.hpp |
Datasnap.DSProxy | TDSAdminClient |
Description
Executes the DSAdmin.BroadcastToChannel
command.
The DSAdmin.BroadcastToChannel
command is executed using the TDBXConnection set by the class constructor Create.
Msg
represents the TJSONValue instance to be broadcast.