Datasnap.DSPlatform.TDBXServerComponent.UnregisterClientCallback

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function UnregisterClientCallback(const ChannelId: string;
const CallbackId: string; const SecurityToken: string): Boolean;

C++

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

Description

Unregisters a specific callback of a client.

UnregisterClientCallback unregisters the callback for a given client who previously registered it, with the given CallbackId.

See Also