Datasnap.DSPlatform.TDBXServerComponent.UnregisterClientCallback

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

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

プロパティ

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

説明

クライアントの特定のコールバックを登録解除します。

UnregisterClientCallback は、事前に登録されている指定されたクライアントに対するコールバックの内、指定された CallbackId のものを登録解除します。

関連項目