Receiving Data (General questions)
Hi,
Is there a way to add a timeout feature while receiving data (not using the waitfor command)? I want to tell the application to error out after so much time of inactivity.
Thanks,
Mike Helsel
Hi,
Is there a way to add a timeout feature while receiving data (not using the waitfor command)? I want to tell the application to error out after so much time of inactivity.
Thanks,
Mike Helsel
Hi Mike,
You can use the Timeout Property to set how long will the component wait before it disconnects because of the inactivity. Of course, as long as the component keeps receiving data, the timeout will not occur.
Regards,
Damba