Datasnap.DSCommon.TDSClientCallbackChannelManager.ManagerId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ManagerId: string read FManagerId write FManagerId;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

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