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