Datasnap.DSProxyRest.TDSAdminRestClient.RegisterClientCallbackServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RegisterClientCallbackServer(ChannelId, CallbackId, ChannelNames: string): Boolean;

C++

bool __fastcall RegisterClientCallbackServer(System::UnicodeString ChannelId, System::UnicodeString CallbackId, System::UnicodeString ChannelNames);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSProxyRest.pas
Datasnap.DSProxyRest.hpp
Datasnap.DSProxyRest TDSAdminRestClient

Description

Executes the 'DSAdmin.RegisterClientCallbackServer' command.

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

See Also