Datasnap.DSProxyRest.TDSAdminRestClient.BroadcastToChannel

From RAD Studio API Documentation
Jump to: navigation, search

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

Description

Executes the 'DSAdmin."BroadcastToChannel"' command.

The BroadcastToChannel method executes the 'DSAdmin."BroadcastToChannel"' command through a 'GET' request.

The ChannelName parameter specifies the channel where to broadcast the message given through Msg.

See Also