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( ) ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |