Datasnap.DSProxyRest.TDSAdminRestClient.NotifyCallback

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

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."NotifyCallback"'.

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

NotifyCallback notifie le callback donné par le paramètre CallbackId avec le message donné par le paramètre Msg.

Voir aussi