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