C# 클래스 Brunet.Concurrent.BlockingQueue.ReaderState

파일 보기 프로젝트 열기: pstjuste/brunet

보호된 프로퍼티들

프로퍼티 타입 설명
_list System.Collections.ArrayList
_q BlockingQueue

공개 메소드들

메소드 설명
ReaderState ( BlockingQueue q, ArrayList all ) : System.Collections
Start ( ) : void

메소드 상세

ReaderState() 공개 메소드

public ReaderState ( BlockingQueue q, ArrayList all ) : System.Collections
q BlockingQueue
all System.Collections.ArrayList
리턴 System.Collections

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

_list 보호되어 있는 프로퍼티

protected ArrayList,System.Collections _list
리턴 System.Collections.ArrayList

_q 보호되어 있는 프로퍼티

protected BlockingQueue _q
리턴 BlockingQueue