MySqlConnection.Ping Method

MySQL Connector/Net

MySqlConnectionPing Method
Ping

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public bool Ping()
Public Function Ping As Boolean
public:
bool Ping()
member Ping : unit -> bool 

Return Value

Type: Boolean
See Also