GetGlobalConnection Method
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a connection to the driver specified by the alias.
public static DALBLTConnection GetGlobalConnection(
string dalAlias,
OASySDNA.Common.DAL.DALCommon.DALConnectionStatusCallBackMethod connectionCallbackMethod
)
public:
static DALBLTConnection^ GetGlobalConnection(
String^ dalAlias,
OASySDNA.Common.DAL.DALCommon.DALConnectionStatusCallBackMethod^ connectionCallbackMethod
)
Parameters
- dalAlias
- The Data Access Layer (DAL) alias of a particular driver to connect to (for example, RealTime, Historical, CMX, XIS).
- connectionCallbackMethod
- The method that is called if the connection times out, disconnects, and reconnects.
Return Value
A reference to DALBLTConnection that is the connection to a particular driver.