ServerThread Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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.8.4.0

Syntax

C#
public int ServerThread { get; }
Visual Basic
Public ReadOnly Property ServerThread As Integer
	Get
Visual C++
public:
property int ServerThread {
	int get ();
}

See Also