Datasnap.DSPlatform.TDBXServerComponent.UnregisterClientCallback

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Datasnap.DSPlatform TDBXServerComponent

Beschreibung

Hebt die Registrierung einer bestimmten Callback-Funktion eines Clients auf.

UnregisterClientCallback hebt die Registrierung einer vorher registrierten Client-Callback-Funktion mit dem in CallbackId angegegeben Wert auf.

Siehe auch