Datasnap.DSProxy.TDSAdminClient.BroadcastObjectToChannel

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSProxy.pas
Datasnap.DSProxy.hpp
Unit: Datasnap.DSProxy
Parent: TDSAdminClient

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 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.

See Also