C# Class DotNetWorkQueue.Queue.QueueContext

Indicates what kind of queue this is
Allows children of the queue to determine what sort of parent they are part of
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
QueueContext ( QueueContexts context )

Initializes a new instance of the QueueContext class.

Method Details

QueueContext() public method

Initializes a new instance of the QueueContext class.
public QueueContext ( QueueContexts context )
context QueueContexts The context.