Datasnap.DSProxyRest.TDSAdminRestClient.BroadcastObjectToChannel
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSProxyRest.pas Datasnap.DSProxyRest.hpp
| |
Unit: Datasnap.DSProxyRest | |
Parent: TDSAdminRestClient |
Delphi
function BroadcastObjectToChannel(ChannelName: string; Msg: TObject): Boolean;
C++
bool __fastcall BroadcastObjectToChannel(System::UnicodeString ChannelName, System::TObject* Msg);
Description
Executes the 'DSAdmin."BroadcastObjectToChannel"' command.
The BroadcastObjectToChannel method executes the 'DSAdmin."BroadcastObjectToChannel"' command through a 'GET' request.
The ChannelName parameter specifies the channel where to broadcast the object given through Msg.