Datasnap.DSPlatform.TDBXServerComponent.RegisterClientCallback
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSPlatform.pas Datasnap.DSPlatform.hpp
| |
Unit: Datasnap.DSPlatform | |
Parent: TDBXServerComponent |
Delphi
function RegisterClientCallback(const ChannelId: string;
const CallbackId, ChannelNames, SecurityToken: string; ChannelCallback: TDBXCallback): Boolean;
C++
bool __fastcall RegisterClientCallback(const System::UnicodeString ChannelId, const System::UnicodeString CallbackId, const System::UnicodeString ChannelNames, const System::UnicodeString SecurityToken, Data::Dbxjson::TDBXCallback* ChannelCallback);
Description
Registers a callback with an existing channel.
RegisterClientCallback allows for registering additional thick-client callbacks for a client channel that has already been established.