Gets the queue manager object which is used to optimize asynchronous access to the collection items.
Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(False)> _ Public ReadOnly Property QueueManager As QueueManager |
| C# |
|---|
[BrowsableAttribute(false)] public QueueManager QueueManager { get; } |
| Visual C++ |
|---|
[BrowsableAttribute(false)] public: property QueueManager^ QueueManager { QueueManager^ get (); } |
Property Value
A QueueManager class instance that represents the queue manager of the collection.
Remarks
Use this property when you implement your own type of list items (see the IQueueItem interface overview for more details). If you use only standard implementation of the IListItem interface, there is no need to use this property directly.