C# Class ANHMySQLLib.AsyncMysqlCommand

Show file Open project: swganhtools/anhtoolslibs

Protected Properties

Property Type Description
mCompleted System.Threading.AutoResetEvent
mException MySql.Data.MySqlClient.MySqlException
mMySqlCommand MySql.Data.MySqlClient.MySqlCommand

Public Methods

Method Description
AsyncMysqlCommand ( ) : System
AsyncMysqlCommand ( MySqlCommand command ) : System
AsyncMysqlCommand ( string command ) : System
Execute ( ) : void
InvokeHandler ( ) : void
WaitForCompletion ( ) : void

Method Details

AsyncMysqlCommand() public method

public AsyncMysqlCommand ( ) : System
return System

AsyncMysqlCommand() public method

public AsyncMysqlCommand ( MySqlCommand command ) : System
command MySql.Data.MySqlClient.MySqlCommand
return System

AsyncMysqlCommand() public method

public AsyncMysqlCommand ( string command ) : System
command string
return System

Execute() public method

public Execute ( ) : void
return void

InvokeHandler() public method

public InvokeHandler ( ) : void
return void

WaitForCompletion() public method

public WaitForCompletion ( ) : void
return void

Property Details

mCompleted protected property

protected AutoResetEvent,System.Threading mCompleted
return System.Threading.AutoResetEvent

mException protected property

protected MySqlException,MySql.Data.MySqlClient mException
return MySql.Data.MySqlClient.MySqlException

mMySqlCommand protected property

protected MySqlCommand,MySql.Data.MySqlClient mMySqlCommand
return MySql.Data.MySqlClient.MySqlCommand