Datasnap.DSCommon.TDSClientCallbackChannelManager

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSClientCallbackChannelManager
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: Datasnap.DSCommon

Delphi

TDSClientCallbackChannelManager = class(TComponent)

C++

class PASCALIMPLEMENTATION TDSClientCallbackChannelManager : public System::Classes::TComponent

Description

Client callback manager that handles the client callbacks that are registered with a specific DataSnap server instance.

The TDSClientCallbackChannelManager class is the client callback manager that handles the client callbacks that are registered with a specific DataSnap server instance (like DSHostname, DSPort, or Communication protocol). A DataSnap server can handle multiple callback channels based on a single channel name. Callbacks can respond to messages posted to a channel asynchronously. With the aid of the ManagerId property, it is possible to make peer-to-peer callbacks.

See Also