ConnectionBaseConnectionTimeout Property

Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error.

Namespace:  Dundas.BI.Data.DataProviders.Special
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public virtual int ConnectionTimeout { get; set; }

Property Value

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