MySqlConnection.ServerThread Property
From MySQL Connector/Net
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
public int ServerThread { get; }
Public ReadOnly Property ServerThread As Integer Get
public: property int ServerThread { int get (); }
member ServerThread : int with get