set_abort_on_db_timeout
Description:
public void set_abort_on_db_timeout (
bool abort)
Tells libaccounts whether it should make the client application abort when a timeout error occurs.
The default is false.
Parameters:
this |
the Manager.
|
abort |
whether to abort when a DB timeout occurs.
|