API:REST.Backend.ServiceComponents.TBackendAuthAdapter.TNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNotify = class(TCustomBackendAuth.TNotify)

C++

class PASCALIMPLEMENTATION TNotify : public TCustomBackendAuth::TNotify

Properties

Type Visibility Source Unit Parent
class public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TBackendAuthAdapter

Description


Represents the base notify class for REST components.

REST.Backend.ServiceComponents.TBackendAuthAdapter.TNotify inherits from REST.BindSource.TRESTComponentNotify. All content below this line refers to REST.BindSource.TRESTComponentNotify.


Represents the base notify class for REST components.

TRESTComponentNotify supports multicast notifications.

See Also