Datasnap.DSCommon.TDSClientCallbackChannelManager.ManagerId

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSClientCallbackChannelManager

Delphi

property ManagerId: string read FManagerId write FManagerId;

C++

__property System::UnicodeString ManagerId = {read=FManagerId, write=FManagerId};

Description

Specifies a unique ID for the callback channel manager.

The ManagerId property specifies a unique ID for the callback channel manager. ManagerId is required by the server that is connected with DSHostname, DSPort, and CommunicationProtocol.

See Also