Datasnap.DSProxyRest.TDSAdminRestClient.NotifyObject

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Executes the 'DSAdmin."NotifyObject"' command.

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

NotifyObject notifies the callback given through the CallbackId parameter with the object given through the Msg parameter.

See Also