Datasnap.DSClientRest.TDSRestClientChannel

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSRestClientChannel
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: Datasnap.DSClientRest

Delphi

TDSRestClientChannel = class

C++

class PASCALIMPLEMENTATION TDSRestClientChannel : public System::TObject


Description

Implements callback registering operations.

The TDSRestClientChannel class is used for registering a callback with the server. TDSRestClientChannel will also update callbacks on the client when invoked from the server. A channel on the server is a manager for a specific object on the source that can send out notifications. Registering a client callback hooks that callback in to be notified of any changes by the server.

See Also