C# Class Brunet.Concurrent.BlockingQueue.ReaderState

Show file Open project: pstjuste/brunet

Protected Properties

Property Type Description
_list System.Collections.ArrayList
_q BlockingQueue

Public Methods

Method Description
ReaderState ( BlockingQueue q, ArrayList all ) : System.Collections
Start ( ) : void

Method Details

ReaderState() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

_list protected property

protected ArrayList,System.Collections _list
return System.Collections.ArrayList

_q protected property

protected BlockingQueue _q
return BlockingQueue