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
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
QueueContext ( QueueContexts context )

Initializes a new instance of the QueueContext class.

Method Details

QueueContext() public méthode

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