Datasnap.DSProxy.TDSAdminClient.NotifyObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Datasnap.DSProxy.pas
Datasnap.DSProxy.hpp
Datasnap.DSProxy TDSAdminClient


Beschreibung

Führt den Befehl DSAdmin.NotifyObject aus.

Der Befehl DSAdmin.NotifyObject wird über die in TDBXConnection angegebene Verbindung ausgeführt, die von dem Klassenkonstruktor Create festgelegt wird.

Hinweis: Die Überladung mit dem Parameter ChannelName ist veraltet. Verwenden Sie stattdessen die Überladung ohne ChannelName.

Siehe auch