Datasnap.DSProxy.TDSAdminClient.BroadcastToChannel
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSProxy.pas Datasnap.DSProxy.hpp
| |
| Unit: Datasnap.DSProxy | |
| Parent: TDSAdminClient | |
Delphi
function BroadcastToChannel(ChannelName: string; Msg: TJSONValue): Boolean;
C++
bool __fastcall BroadcastToChannel(System::UnicodeString ChannelName, System::Json::TJSONValue* Msg);
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.