PingInterval Property (MySqlConnection)
In This Topic
Gets or sets the interval (in seconds) between pinging MySQL server and reopening the connection if required.
Syntax
|
|---|
'Declaration
Public Property PingInterval As Integer |
|
|---|
public int PingInterval {get; set;} |
Property Value
The number of seconds to wait for a connection to ping. The default value is 0 seconds.
See Also