Datasnap.DSProxyRest.TDSAdminRestClient.NotifyCallback

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Datasnap.DSProxyRest.pas
Datasnap.DSProxyRest.hpp
Datasnap.DSProxyRest TDSAdminRestClient

Beschreibung

Führt den Befehl 'DSAdmin."NotifyCallback"' aus.

Die Methode NotifyCallback führt den Befehl DSAdmin."NotifyCallback"' durch eine 'GET'-Anforderung aus.

NotifyCallback benachrichtigt das durch den Parameter CallbackId angegebene Callback mit der durch den Parameter Msg angegebenen Botschaft.

Siehe auch