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

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

보호된 프로퍼티들

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

공개 메소드들

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

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

WriterState() 공개 메소드

public WriterState ( BlockingQueue q, ArrayList all, int runs ) : System.Collections
q BlockingQueue
all System.Collections.ArrayList
runs int
리턴 System.Collections

프로퍼티 상세

_list 보호되어 있는 프로퍼티

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

_q 보호되어 있는 프로퍼티

protected BlockingQueue _q
리턴 BlockingQueue

_runs 보호되어 있는 프로퍼티

protected int _runs
리턴 int