CSharpTest.Net
WorkQueue Class Members
See Also  Methods  Events Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Threading Namespace : WorkQueue Class


Glossary Item Box

The following tables list the members exposed by WorkQueue.

Public Constructors

 NameDescription
Public ConstructorWorkQueue ConstructorConstructs the Work Queue with the specified number of threads.  
Top

Public Methods

 NameDescription
Public MethodCompleteWaits for all executing tasks to complete and then exists all threads, If completePending is false no more tasks will begin, if true threads will continue to pick up tasks and run until the queue is empty. The timeout period is used to join each thread in turn, if the timeout expires that thread will be aborted. (Inherited from CSharpTest.Net.Threading.WorkQueue<Action>)
Public MethodEnqueueOverloaded. Enqueues a task with a parameter of type T  
Top

Public Events

 NameDescription
Public EventOnErrorRaised when a task fails to handle an error (Inherited from CSharpTest.Net.Threading.WorkQueue<Action>)
Top

See Also

Generated with Document! X 2011 by Innovasys