REST.Client.TRESTRequestAdapter.TNotify

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TNotify = class(TCustomRESTRequest.TNotify)

C++

class PASCALIMPLEMENTATION TNotify : public TCustomRESTRequest::TNotify

Eigenschaften

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

Beschreibung


Repräsentiert die Notify-Basisklasse für REST-Komponenten.

REST.Client.TRESTRequestAdapter.TNotify erbt von REST.BindSource.TRESTComponentNotify. Der folgende Inhalt bezieht sich auf REST.BindSource.TRESTComponentNotify.


Repräsentiert die Notify-Basisklasse für REST-Komponenten.

TRESTComponentNotify unterstützt Multicast-Benachrichtigungen.

Siehe auch