Click or drag to resize
DbConnectionIDbConnectionConnectionTimeout Property
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
int IDbConnection.ConnectionTimeout { get; }

Return Value

Type: Int32
The time (in seconds) to wait for a connection to open. The default value is 15 seconds.

Implements

IDbConnectionConnectionTimeout
See Also