C# Class TI.Toolbox.QueueMgr

显示文件 Open project: x893/BTool

Public Properties

Property Type Description
qDataReadyEvent System.Threading.ManualResetEvent

Public Methods

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

Private Methods

Method Description
InitQueueMgr ( string tmpModuleName ) : void

Method Details

AddQTail() public method

public AddQTail ( object data ) : bool
data object
return bool

ClearQ() public method

public ClearQ ( ) : bool
return bool

GetQLength() public method

public GetQLength ( ) : int
return int

QueueMgr() public method

public QueueMgr ( ) : System.Collections
return System.Collections

QueueMgr() public method

public QueueMgr ( string tmpModuleName ) : System.Collections
tmpModuleName string
return System.Collections

RemoveQHead() public method

public RemoveQHead ( object &data ) : bool
data object
return bool

Property Details

qDataReadyEvent public_oe property

public ManualResetEvent,System.Threading qDataReadyEvent
return System.Threading.ManualResetEvent