Datasnap.DSServer.TDSCallbackTunnelManagerInternal.RemoveCallbackFromTunnel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RemoveCallbackFromTunnel(const Tunnel: TDSCallbackTunnel; const CallbackId: string): Boolean;

C++

bool __fastcall RemoveCallbackFromTunnel(TDSCallbackTunnel* const Tunnel, const System::UnicodeString CallbackId);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnelManagerInternal

Description

Removes the callback with the given ID from the given tunnel, and notifies any listeners.

RemoveCallbackFromTunnel returns True if additional callbacks remain in the tunnel, False otherwise.

See Also