Datasnap.DSPlatform.TDBXServerComponent.RegisterClientCallbackServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Datasnap.DSPlatform TDBXServerComponent

Description

Registers a callback with the REST API.

RegisterClientCallbackServer allows for registering additional REST callbacks for a client channel that has already been established.

See Also