API:REST.Client.TRESTResponseAdapter.TNotify

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TNotify = class(TCustomRESTResponse.TNotify)

C++

class PASCALIMPLEMENTATION TNotify : public Rest::Bindsource::TRESTJSONComponentNotify

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
REST.Client.pas
REST.Client.hpp
REST.Client TRESTResponseAdapter

Beschreibung

Repräsentiert die Notify-Basisklasse für REST-Komponenten, die ein JSON-Ergebnis haben.

REST.Client.TRESTResponseAdapter.TNotify erbt von REST.BindSource.TRESTJSONComponentNotify. Der folgende Inhalt bezieht sich auf REST.BindSource.TRESTJSONComponentNotify.


Repräsentiert die Notify-Basisklasse für REST-Komponenten, die ein JSON-Ergebnis haben.

TRESTJSONComponentNotify unterstützt Multicast-Benachrichtigungen.

Siehe auch