kaisersoze
Centurion
- Joined
- Aug 27, 2003
- Messages
- 152
I need to calling a function. If the funtion takes more time to execute then I need to come out of the function. Is there a way. currently my application works as it should, but when bad network, the same function takes time to return, so, the app should try for 30 secionds, if time taken to execute is more than 30 seconds then move forward with next step.
please help
please help