Data.DBXCommon.TDBXCommunicationLayer
Delphi
TDBXCommunicationLayer = class abstract(TFactoryObject)
C++
class PASCALIMPLEMENTATION DECLSPEC_DRTTI TDBXCommunicationLayer : public Data::Dbxplatform::TFactoryObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | Data.DBXCommon |
Description
Implements the API communication layer.
The TDBXCommunicationLayer class implements the API communication layer. If the communication layer is not terminated, the object can be reused. In cases where the communication layer needs to be terminated (timeouts, abrupt exit), the Terminate method needs to be called. After being terminated, the object cannot be reused.