Gets the number of seconds before a connection attempt times out with an error.
Visual Basic Public Overrides Readonly Property ConnectionTimeout As Integer
C# public override int ConnectionTimeout { get;}
15 seconds
The following statement displays the value of the ConnectionTimeout.
MessageBox.Show( conn.ConnectionTimeout.ToString( ) ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |