Datasnap.DSProxy.TDSAdminClient.NotifyCallback

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

Delphi

function NotifyCallback(ClientId: string; CallbackId: string; Msg: TJSONValue; out Response: TJSONValue): Boolean; overload;
function NotifyCallback(ChannelName: string; ClientId: string; CallbackId: string; Msg: TJSONValue; out Response: TJSONValue): Boolean; overload; deprecated 'ChannelName is no longer required';

C++

bool __fastcall NotifyCallback(System::UnicodeString ClientId, System::UnicodeString CallbackId, System::Json::TJSONValue* Msg, /* out */ System::Json::TJSONValue* &Response)/* overload */;
bool __fastcall NotifyCallback _DEPRECATED_ATTRIBUTE1("ChannelName is no longer required") (System::UnicodeString ChannelName, System::UnicodeString ClientId, System::UnicodeString CallbackId, System::Json::TJSONValue* Msg, /* out */ System::Json::TJSONValue* &Response)/* overload */;

プロパティ

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


説明

DSAdmin.NotifyCallback コマンドを実行します。

DSAdmin.NotifyCallback コマンドは、クラス コンストラクタ Create が設定する TDBXConnection を使用して実行されます。

メモ:ChannelName をパラメータとして持つオーバーロードは廃止予定です。ChannelName を持たないオーバーロードを代わりに使用してください。

関連項目