Datasnap.DSClientRest.TDSRestClientChannel

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSRestClientChannel

Delphi

TDSRestClientChannel = class

C++

class PASCALIMPLEMENTATION TDSRestClientChannel : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest Datasnap.DSClientRest


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