AdoDotNetConnectionSupport.ConnectionTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves or sets the amount of time, in seconds, to wait to establish a connection before terminating the attempt and generating a timeout error.
public:
virtual property int ConnectionTimeout { int get(); void set(int value); };
public override int ConnectionTimeout { get; set; }
member this.ConnectionTimeout : int with get, set
Public Overrides Property ConnectionTimeout As Integer
Property Value
Returns an integer representation of the allowable timeout period, in seconds.
Exceptions
The provider does not support connection timeout.