C# Class Brunet.Concurrent.BlockingQueue.WriterState

Show file Open project: pstjuste/brunet

Protected Properties

Property Type Description
_list System.Collections.ArrayList
_q BlockingQueue
_runs int

Public Methods

Method Description
Start ( ) : void
WriterState ( BlockingQueue q, ArrayList all, int runs ) : System.Collections

Method Details

Start() public method

public Start ( ) : void
return void

WriterState() public method

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

Property Details

_list protected property

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

_q protected property

protected BlockingQueue _q
return BlockingQueue

_runs protected property

protected int _runs
return int