Datasnap.DSProxyRest.TDSAdminRestClient.BroadcastObjectToChannel

From RAD Studio API Documentation
Jump to: navigation, search

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.DSProxyRest.pas
Datasnap.DSProxyRest.hpp
Datasnap.DSProxyRest TDSAdminRestClient

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.

See Also