MySqlConnection.ServerThread Property

MySQL Connector/Net

MySqlConnectionServerThread Property
Returns the id of the server thread this connection is executing on

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public int ServerThread { get; }
Public ReadOnly Property ServerThread As Integer
	Get
public:
property int ServerThread {
	int get ();
}
member ServerThread : int with get

Property Value

Type: Int32
See Also