C# 클래스 ANHMySQLLib.AsyncMysqlCommand

파일 보기 프로젝트 열기: swganhtools/anhtoolslibs

보호된 프로퍼티들

프로퍼티 타입 설명
mCompleted System.Threading.AutoResetEvent
mException MySql.Data.MySqlClient.MySqlException
mMySqlCommand MySql.Data.MySqlClient.MySqlCommand

공개 메소드들

메소드 설명
AsyncMysqlCommand ( ) : System
AsyncMysqlCommand ( MySqlCommand command ) : System
AsyncMysqlCommand ( string command ) : System
Execute ( ) : void
InvokeHandler ( ) : void
WaitForCompletion ( ) : void

메소드 상세

AsyncMysqlCommand() 공개 메소드

public AsyncMysqlCommand ( ) : System
리턴 System

AsyncMysqlCommand() 공개 메소드

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

AsyncMysqlCommand() 공개 메소드

public AsyncMysqlCommand ( string command ) : System
command string
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

InvokeHandler() 공개 메소드

public InvokeHandler ( ) : void
리턴 void

WaitForCompletion() 공개 메소드

public WaitForCompletion ( ) : void
리턴 void

프로퍼티 상세

mCompleted 보호되어 있는 프로퍼티

protected AutoResetEvent,System.Threading mCompleted
리턴 System.Threading.AutoResetEvent

mException 보호되어 있는 프로퍼티

protected MySqlException,MySql.Data.MySqlClient mException
리턴 MySql.Data.MySqlClient.MySqlException

mMySqlCommand 보호되어 있는 프로퍼티

protected MySqlCommand,MySql.Data.MySqlClient mMySqlCommand
리턴 MySql.Data.MySqlClient.MySqlCommand