C# Class Brunet.Concurrent.BlockingQueue.WriterState

Afficher le fichier Open project: pstjuste/brunet

Protected Properties

Свойство Type Description
_list System.Collections.ArrayList
_q BlockingQueue
_runs int

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

WriterState() public méthode

public WriterState ( BlockingQueue q, ArrayList all, int runs ) : System.Collections
q BlockingQueue
all System.Collections.ArrayList
runs int
Résultat System.Collections

Property Details

_list protected_oe property

protected ArrayList,System.Collections _list
Résultat System.Collections.ArrayList

_q protected_oe property

protected BlockingQueue _q
Résultat BlockingQueue

_runs protected_oe property

protected int _runs
Résultat int