Datasnap.DSProxyRest.TDSAdminRestClient.NotifyObject
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);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | Datasnap.DSProxyRest.pas Datasnap.DSProxyRest.hpp |
Datasnap.DSProxyRest | TDSAdminRestClient |
Beschreibung
Führt den Befehl 'DSAdmin."NotifyCallback"' aus.
Die Methode NotifyObject führt den Befehl 'DSAdmin."NotifyObject"' durch eine 'GET'-Anforderung aus.
NotifyObject benachrichtigt das durch den Parameter CallbackId angegebene Callback mit dem durch den Parameter Msg angegebenen Objekt.