Datasnap.DSProxyRest.TDSAdminRestClient.NotifyObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
Datasnap.DSProxyRest.pas
Datasnap.DSProxyRest.hpp
Datasnap.DSProxyRest TDSAdminRestClient

Description

Exécute la commande 'DSAdmin."NotifyObject"'.

La méthode NotifyObject exécute la commande'DSAdmin."NotifyObject"' par une requête 'GET'.

NotifyObject notifie le callback donné par le paramètre CallbackId avec l'objet donné par le paramètre Msg.

Voir aussi