GetRequestTimeout Method
- Last UpdatedApr 08, 2026
- 1 minute read
Gets the Data Access Layer (DAL) Business Logic Tier (BLT) request timeout in milliseconds.
public static int GetRequestTimeout(
string driverAlias
)
public:
static int GetRequestTimeout(
String^ driverAlias
)
Parameters
- driverAlias
- The Data Access Layer (DAL) alias of a particular driver to connect to (for example, RealTime, Historical, CMX, XIS).
Return Value
The Data Access Layer (DAL) Business Logic Tier (BLT) request timeout in milliseconds.
This is a watchdog timer that may be applied to the Data Access Layer (DAL) Business Logic Tier (BLT)
request. If this timer is specified as non-infinite, the expiration of
the timer will forcefully terminate the DAL BLT request, even if the DAL driver is
hung. The value of this timer should always be longer than the DAL BLT execution timeout.