DbConnectionIDbConnectionConnectionTimeout Property |
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax int IDbConnection.ConnectionTimeout { get; }
Private ReadOnly Property ConnectionTimeout As Integer
Implements IDbConnection.ConnectionTimeout
Get
Return Value
Type:
Int32The time (in seconds) to wait for a connection to open. The default value is 15 seconds.
Implements
IDbConnectionConnectionTimeoutSee Also