Datasnap.DSCommon.TDSClientCallbackChannelManager.ChannelName
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Datasnap.DSCommon.pas Datasnap.DSCommon.hpp
| |
Unit: Datasnap.DSCommon | |
Parent: TDSClientCallbackChannelManager |
Delphi
property ChannelName: string read FChannelName write FChannelName;
C++
__property System::UnicodeString ChannelName = {read=FChannelName, write=FChannelName};
Description
Specifies the name of the callback channel.
The ChannelName property specifies the name of the callback channel.
The mechanism is described as following: the server broadcasts to a ChannelName and the client listens to broadcasts on the specific ChannelName. This is a way for the client callbacks to specify the area of the server they are interested in.