Datasnap.DSProxyRest.TDSAdminRestClient.NotifyObject

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

Delphi

function NotifyObject(ClientId: string; CallbackId: string; Msg: TObject; out Response: TObject): Boolean;

C++

bool __fastcall NotifyObject(System::UnicodeString ClientId, System::UnicodeString CallbackId, System::TObject* Msg, /* out */ System::TObject* &Response);

プロパティ

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


説明

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

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

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

関連項目