Datasnap.DSProxyRest.TDSAdminRestClient.NotifyCallback

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSProxyRest.pas
Datasnap.DSProxyRest.hpp
Unit: Datasnap.DSProxyRest
Parent: TDSAdminRestClient

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

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