Datasnap.DSProxyRest.TDSAdminRestClient.NotifyCallback

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

Delphi

function NotifyCallback(ClientId: string; CallbackId: string; Msg: TJSONValue; out Response: TJSONValue): Boolean;

C++

bool __fastcall NotifyCallback(System::UnicodeString ClientId, System::UnicodeString CallbackId, System::Json::TJSONValue* Msg, /* out */ System::Json::TJSONValue* &Response);

プロパティ

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


説明

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

NotifyCallback メソッドは、DSAdmin.NotifyCallback コマンドを GET リクエストを介して実行します。

NotifyCallback は、CallbackId パラメータを介して与えられたコールバックに、Msg パラメータを介して与えられたメッセージを通知します。

関連項目