ServerThread Property

MySQL Connector/Net

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.2.2.0

Syntax

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

See Also