WaitForDisconnect

Top  Previous  Next

This method waits until the telnet connection is successfully closed, or the timeout period expires.

 

Syntax

         

[Boolean] = Display.WaitForDisconnect([TimeOut])        

 

The TimeOut parameter is measured in milliseconds.        

 

Remarks

 

The Timeout parameter is optional. This method returns True if the wait is successful and False if the Timeout period expires.        

If you pass a timeout value in the Timeout parameter of this method, the value of the property WaitTimeout will not have any effect.        

 

         

Related Topics

 

Wait