Datasnap.DSProxyRest.TDSAdminRestClient.RegisterClientCallbackServer
[–] 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.