C# Class TI.Toolbox.QueueMgr

Afficher le fichier Open project: x893/BTool

Méthodes publiques

Свойство Type Description
qDataReadyEvent System.Threading.ManualResetEvent

Méthodes publiques

Méthode Description
AddQTail ( object data ) : bool
ClearQ ( ) : bool
GetQLength ( ) : int
QueueMgr ( ) : System.Collections
QueueMgr ( string tmpModuleName ) : System.Collections
RemoveQHead ( object &data ) : bool

Private Methods

Méthode Description
InitQueueMgr ( string tmpModuleName ) : void

Method Details

AddQTail() public méthode

public AddQTail ( object data ) : bool
data object
Résultat bool

ClearQ() public méthode

public ClearQ ( ) : bool
Résultat bool

GetQLength() public méthode

public GetQLength ( ) : int
Résultat int

QueueMgr() public méthode

public QueueMgr ( ) : System.Collections
Résultat System.Collections

QueueMgr() public méthode

public QueueMgr ( string tmpModuleName ) : System.Collections
tmpModuleName string
Résultat System.Collections

RemoveQHead() public méthode

public RemoveQHead ( object &data ) : bool
data object
Résultat bool

Property Details

qDataReadyEvent public_oe property

public ManualResetEvent,System.Threading qDataReadyEvent
Résultat System.Threading.ManualResetEvent