libwolfram20

◆ setTimeout()

void WAQuery::setTimeout ( unsigned int  value)

Sets the timeout.

Parameters
[in]valueNew timeout
112 {
113 this->_timeout = value;
114}
unsigned int _timeout
The number of seconds to allow Wolfram|Alpha to compute results in the "scan" stage of processing (in...
Definition: WAQuery.h:124