Datasnap.DSProxyRest.TDSAdminRestClient.NotifyCallback

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Executes the 'DSAdmin."NotifyCallback"' command.

The NotifyCallback method executes the 'DSAdmin."NotifyCallback"' command through a 'GET' request.

NotifyCallback notifies the callback given through the CallbackId parameter with the message given through the Msg parameter.

See Also