C# 클래스 TI.Toolbox.QueueMgr

파일 보기 프로젝트 열기: x893/BTool

공개 프로퍼티들

프로퍼티 타입 설명
qDataReadyEvent System.Threading.ManualResetEvent

공개 메소드들

메소드 설명
AddQTail ( object data ) : bool
ClearQ ( ) : bool
GetQLength ( ) : int
QueueMgr ( ) : System.Collections
QueueMgr ( string tmpModuleName ) : System.Collections
RemoveQHead ( object &data ) : bool

비공개 메소드들

메소드 설명
InitQueueMgr ( string tmpModuleName ) : void

메소드 상세

AddQTail() 공개 메소드

public AddQTail ( object data ) : bool
data object
리턴 bool

ClearQ() 공개 메소드

public ClearQ ( ) : bool
리턴 bool

GetQLength() 공개 메소드

public GetQLength ( ) : int
리턴 int

QueueMgr() 공개 메소드

public QueueMgr ( ) : System.Collections
리턴 System.Collections

QueueMgr() 공개 메소드

public QueueMgr ( string tmpModuleName ) : System.Collections
tmpModuleName string
리턴 System.Collections

RemoveQHead() 공개 메소드

public RemoveQHead ( object &data ) : bool
data object
리턴 bool

프로퍼티 상세

qDataReadyEvent 공개적으로 프로퍼티

public ManualResetEvent,System.Threading qDataReadyEvent
리턴 System.Threading.ManualResetEvent