InterviewSolution
Saved Bookmarks
| 1. |
What Is The Command Setautowaittimeout And Getautowaittimeout() Command Is Used For? |
|
Answer» The setAutoWaitTimeout command is used to DETERMINE the maximum WAITING TIME for all subsequent find operations. While the GETAUTOWAITTIMEOUT is used to determine the current value of the maximum waiting time for find operations. The setAutoWaitTimeout command is used to determine the maximum waiting time for all subsequent find operations. While the getAutoWaitTimeout is used to determine the current value of the maximum waiting time for find operations. |
|