Datasnap.DSProxyRest.TDSAdminRestClient.RegisterClientCallbackServer

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

Description

Executes the 'DSAdmin.RegisterClientCallbackServer' command.

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

See Also