C# Class ANHMySQLLib.AsyncMysqlCommand

Afficher le fichier Open project: swganhtools/anhtoolslibs

Protected Properties

Свойство Type Description
mCompleted System.Threading.AutoResetEvent
mException MySql.Data.MySqlClient.MySqlException
mMySqlCommand MySql.Data.MySqlClient.MySqlCommand

Méthodes publiques

Méthode Description
AsyncMysqlCommand ( ) : System
AsyncMysqlCommand ( MySqlCommand command ) : System
AsyncMysqlCommand ( string command ) : System
Execute ( ) : void
InvokeHandler ( ) : void
WaitForCompletion ( ) : void

Method Details

AsyncMysqlCommand() public méthode

public AsyncMysqlCommand ( ) : System
Résultat System

AsyncMysqlCommand() public méthode

public AsyncMysqlCommand ( MySqlCommand command ) : System
command MySql.Data.MySqlClient.MySqlCommand
Résultat System

AsyncMysqlCommand() public méthode

public AsyncMysqlCommand ( string command ) : System
command string
Résultat System

Execute() public méthode

public Execute ( ) : void
Résultat void

InvokeHandler() public méthode

public InvokeHandler ( ) : void
Résultat void

WaitForCompletion() public méthode

public WaitForCompletion ( ) : void
Résultat void

Property Details

mCompleted protected_oe property

protected AutoResetEvent,System.Threading mCompleted
Résultat System.Threading.AutoResetEvent

mException protected_oe property

protected MySqlException,MySql.Data.MySqlClient mException
Résultat MySql.Data.MySqlClient.MySqlException

mMySqlCommand protected_oe property

protected MySqlCommand,MySql.Data.MySqlClient mMySqlCommand
Résultat MySql.Data.MySqlClient.MySqlCommand