REST.Backend.ServiceComponents.TCustomBackendAuth.TNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNotify = class(TRESTComponentNotify)

C++

class PASCALIMPLEMENTATION TNotify : public Rest::Bindsource::TRESTComponentNotify

Properties

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

Description

Represents the base notify class for REST components.

REST.Backend.ServiceComponents.TCustomBackendAuth.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