C# 클래스 ANHMySQLLib.AsyncMysqlConnection

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

공개 메소드들

메소드 설명
AsyncMysqlConnection ( MySqlConnection connection, SharedWorkQueue commandQueue ) : System
Shutdown ( ) : void

비공개 메소드들

메소드 설명
Process ( ) : void

메소드 상세

AsyncMysqlConnection() 공개 메소드

public AsyncMysqlConnection ( MySqlConnection connection, SharedWorkQueue commandQueue ) : System
connection MySql.Data.MySqlClient.MySqlConnection
commandQueue SharedWorkQueue
리턴 System

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void