Datasnap.DSServer.TDSCallbackTunnelManagerInternal.RemoveCallbackFromTunnel

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnelManagerInternal

説明

指定されたトンネルから、指定された ID のコールバックを削除し、リスナに通知します。

RemoveCallbackFromTunnel は、トンネルにまだコールバックが残っている場合には True を、そうでなければ False を返します。

関連項目