Datasnap.DSProxy.TDSAdminClient.NotifyCallback

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function NotifyCallback(ClientId: string; CallbackId: string; Msg: TJSONValue; out Response: TJSONValue): Boolean; overload;
function NotifyCallback(ChannelName: string; ClientId: string; CallbackId: string; Msg: TJSONValue; out Response: TJSONValue): Boolean; overload; deprecated 'ChannelName is no longer required';

C++

bool __fastcall NotifyCallback(System::UnicodeString ClientId, System::UnicodeString CallbackId, System::Json::TJSONValue* Msg, /* out */ System::Json::TJSONValue* &Response)/* overload */;
bool __fastcall NotifyCallback _DEPRECATED_ATTRIBUTE1("ChannelName is no longer required") (System::UnicodeString ChannelName, System::UnicodeString ClientId, System::UnicodeString CallbackId, System::Json::TJSONValue* Msg, /* out */ System::Json::TJSONValue* &Response)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
Datasnap.DSProxy.pas
Datasnap.DSProxy.hpp
Datasnap.DSProxy TDSAdminClient

Description

Exécute la commande DSAdmin.NotifyCallback.

La commande DSAdmin.NotifyCallback est exécutée en utilisant le TDBXConnection défini par le constructeur de classe Create.

Remarque : La surcharge ayant ChannelName comme paramètre est obsolète. Utilisez la surcharge sans ChannelName à la place.

Voir aussi