C# Class Brunet.Concurrent.BlockingQueue.ReaderState

Afficher le fichier Open project: pstjuste/brunet

Protected Properties

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

Méthodes publiques

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

Method Details

ReaderState() public méthode

public ReaderState ( BlockingQueue q, ArrayList all ) : System.Collections
q BlockingQueue
all System.Collections.ArrayList
Résultat System.Collections

Start() public méthode

public Start ( ) : void
Résultat void

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