C# 클래스 Server.Engines.MyRunUO.DatabaseCommandQueue

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
DatabaseCommandQueue ( string completionString, string threadName ) : System
DatabaseCommandQueue ( string connectionString, string completionString, string threadName ) : System
Enqueue ( object obj ) : void

비공개 메소드들

메소드 설명
Thread_Start ( ) : void

메소드 상세

DatabaseCommandQueue() 공개 메소드

public DatabaseCommandQueue ( string completionString, string threadName ) : System
completionString string
threadName string
리턴 System

DatabaseCommandQueue() 공개 메소드

public DatabaseCommandQueue ( string connectionString, string completionString, string threadName ) : System
connectionString string
completionString string
threadName string
리턴 System

Enqueue() 공개 메소드

public Enqueue ( object obj ) : void
obj object
리턴 void