Datasnap.DSServer.TDSCallbackTunnelManagerInternal.RemoveCallbackFromTunnel
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
| Unit: Datasnap.DSServer | |
| Parent: TDSCallbackTunnelManagerInternal | |
Delphi
function RemoveCallbackFromTunnel(const Tunnel: TDSCallbackTunnel; const CallbackId: string): Boolean;
C++
bool __fastcall RemoveCallbackFromTunnel(TDSCallbackTunnel* const Tunnel, const System::UnicodeString CallbackId);
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.