Datasnap.DSPlatform.TDBXServerComponent.UnregisterClientCallback

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

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

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